OPC Studio User's Guide and Reference
SourcePath Property



View with Navigation Tools
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
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