DevicePropertyName Enumeration
Specifies the property of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public enum DevicePropertyName
public enum class DevicePropertyName
Public Enumeration DevicePropertyName
Members
Member name | Description | |
---|---|---|
Alerts | Specifies the alerts property of the device. |
|
BackupStatus | Specifies the backup status property of the device. |
|
Description | Specifies the description property of the device. |
|
DomainJoinStatus | Specifies the domain join status property of the device. |
|
IdentityStatus | Specifies the identity status property of the device. |
|
Name | Specifies the name property of the device. |
|
Online | Specifies the online status property of the device. |
|
OperatingSystem | Specifies the operating system property of the device. |
|
Owner | Specifies the owner property of the device. |
|
RDPStatus | Specifies the RDP status property of the device. |
|
SecurityAntiSpyware | Specifies the security anti-spyware property of the device. |
|
SecurityAntiVirus | Specifies the security anti-virus property of the device. |
|
SecurityCenterStatus | Specifies the security center status property of the device. |
|
SecurityFirewall | Specifies the security firewall property of the device. |
|
SecurityUpdate | Specifies the security update property of the device. |
|
SecurityUpdateDetail | Specifies the security update detail property of the device. |
|
ServicePackMajorVersion | Specifies the service pack version property of the device. |
|
Unknown | This is a default property value that should not be used. |
|
WindowsDefenderStatus | Specifies the windows defender status property of the device. |
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top