DeviceTypes Class
Represents the type information for devices.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.Devices.DeviceTypes
Syntax
public static class DeviceTypes
public ref class DeviceTypes abstract sealed
Public NotInheritable Class DeviceTypes
Properties
Name | Description | |
---|---|---|
ArchivedClient | 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. |
|
Client | Represents the type of clients that are managed by the Machine Identity Provider. |
|
SolutionServer | Represents the type of servers that are managed by the Machine Identity Provider. |
Remarks
Only the device types that are contained within this class are displayed in the Computers and Backups tab of the Dashboard. The devices provider can be used to manage devices of other developer defined types, but the developer is responsible for creating any user interface that is associated with managing these devices.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top