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.
Gets the status of the connection.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public bool Connected { get; }
public:
property bool Connected {
bool get();
}
Public ReadOnly Property Connected As Boolean
Property Value
Type: System.Boolean
true if connected to the provider; otherwise, false.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top