Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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