DeviceTypes.Client Property
Represents the type of clients that are managed by the Machine Identity Provider.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public static Guid Client { get; }
public:
property Guid Client {
static Guid get();
}
Public Shared ReadOnly Property Client As Guid
Property Value
Type: System.Guid
An instance of Guid.
See Also
DeviceTypes Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top