WindowsDefenderFeatureStatus Enumeration
Describes the status of the Windows Defender feature.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public enum WindowsDefenderFeatureStatus
public enum class WindowsDefenderFeatureStatus
Public Enumeration WindowsDefenderFeatureStatus
Members
Member name | Description | |
---|---|---|
Error | An error has occured. |
|
PendingReboot | Pending reboot. |
|
StatusOff | Off. |
|
StatusOn | On. |
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top