OPC Studio User's Guide and Reference
SourceObject Property



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > EventSource Class : SourceObject Property
The object that is the source of the value.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
Public ReadOnly Property SourceObject As Object
 
'Usage
 
Dim instance As EventSource
Dim value As Object
 
value = instance.SourceObject
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