Share via


WindowsDefenderProperty.Status Property

 

Gets or sets the status of the Windows Defender property.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

[DataMemberAttribute]
public WindowsDefenderFeatureStatus Status { get; set; }
public:
[DataMemberAttribute]
property WindowsDefenderFeatureStatus Status {
    WindowsDefenderFeatureStatus get();
    void set(WindowsDefenderFeatureStatus value);
}
<DataMemberAttribute>
Public Property Status As WindowsDefenderFeatureStatus

Property Value

Type: Microsoft.WindowsServerSolutions.Common.Devices.WindowsDefenderFeatureStatus

The status of the Windows Defender property.

See Also

WindowsDefenderProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top