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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation.ComTypes Namespace > _LogEntryEventArgs Interface : Source Property
The name of the event source.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Source As String
'Usage
 
Dim instance As _LogEntryEventArgs
Dim value As String
 
instance.Source = value
 
value = instance.Source
[NotNull()]
string Source {get; set;}
[NotNull()]
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