QuickOPC User's Guide and Reference
Source Property (_NormalizedException)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComTypes Namespace > _NormalizedException Interface : Source Property
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property Source As String
'Usage
 
Dim instance As _NormalizedException
Dim value As String
 
instance.Source = value
 
value = instance.Source
[CanBeNull()]
string Source {get; set;}
[CanBeNull()]
property String^ Source {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also