QuickOPC User's Guide and Reference
SourceObject Property



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
[Browsable(false)]
[CanBeNull()]
public object SourceObject {get;}
[Browsable(false)]
[CanBeNull()]
public:
property Object^ SourceObject {
   Object^ get();
}
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