Share via


DeviceTypes.ArchivedClient Property

 

Represents the type of clients that have been removed from Machine Identity Provider, but still have backup copies. The Client Backup Provider will manage the backup copies.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public static Guid ArchivedClient { get; }
public:
property Guid ArchivedClient {
    static Guid get();
}
Public Shared ReadOnly Property ArchivedClient As Guid

Property Value

Type: System.Guid

An instance of Guid.

See Also

DeviceTypes Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top