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



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