'Declaration
Public Property ConnectionState As ConnectionState
'Usage
Dim instance As ConnectedConditionChangedEventArgs Dim value As ConnectionState instance.ConnectionState = value value = instance.ConnectionState
public ConnectionState ConnectionState {get; set;}
public: property ConnectionState ConnectionState { ConnectionState get(); void set ( ConnectionState value); }
Property Value
The default value of this property is Disconnected (ConnectionState.Disconnected)
.