QuickOPC User's Guide and Reference
SourcePath Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > EventSource Class : SourcePath Property
Path to a member (event) on the source component.
Syntax
'Declaration
 
<NotNullAttribute()>
<DefaultValueAttribute("")>
Public Property SourcePath As String
'Usage
 
Dim instance As EventSource
Dim value As String
 
instance.SourcePath = value
 
value = instance.SourcePath
[NotNull()]
[DefaultValue("")]
public string SourcePath {get; set;}
[NotNull()]
[DefaultValue("")]
public:
property String^ SourcePath {
   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