ConfigMgrBgbSession.IsConnected Property
Indicates whether the session is connected.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public abstract bool IsConnected { get; }
public:
property bool IsConnected {
virtual bool get() abstract;
}
Public MustOverride ReadOnly Property IsConnected As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top