QuickOPC User's Guide and Reference
ConnectionState Property (_ConnectedConditionChangedEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace > _ConnectedConditionChangedEventArgs Interface : ConnectionState Property
Indicates the state of the connection.
Syntax
'Declaration
 
Property ConnectionState As ConnectionState
'Usage
 
Dim instance As _ConnectedConditionChangedEventArgs
Dim value As ConnectionState
 
instance.ConnectionState = value
 
value = instance.ConnectionState
ConnectionState ConnectionState {get; set;}
property ConnectionState ConnectionState {
   ConnectionState get();
   void set (    ConnectionState value);
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

_ConnectedConditionChangedEventArgs Interface
_ConnectedConditionChangedEventArgs Members