Partager via


MachineIdentityManager.Connected Property

 

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