IdentityStatusProperty.DeviceType Property
Gets the type of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public Guid DeviceType { get; private set; }
public:
[DataMemberAttribute]
property Guid DeviceType {
Guid get();
private: void set(Guid value);
}
<DataMemberAttribute>
Public Property DeviceType As Guid
Get
Private Set
End Property
Property Value
Type: System.Guid
An instance of Guid.
Remarks
Each type of device is managed by a specific identity provider.
See Also
IdentityStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top