ISessionInfoConnectionState Property |
Current state of the connection.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string ConnectionState { get; set; }
Property ConnectionState As String
Get
Set
property String^ ConnectionState {
String^ get ();
void set (String^ value);
}
abstract ConnectionState : string with get, set
Property Value
Type:
String
The state of the connection.
See Also