Share via


WindowsDefenderProperty Class

 

Property that describes the Windows Defender status.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices.WindowsDefenderProperty

Syntax

[DataContractAttribute]
public sealed class WindowsDefenderProperty : DeviceProperty
[DataContractAttribute]
public ref class WindowsDefenderProperty sealed : DeviceProperty
<DataContractAttribute>
Public NotInheritable Class WindowsDefenderProperty
    Inherits DeviceProperty

Constructors

Name Description
System_CAPS_pubmethod WindowsDefenderProperty(WindowsDefenderFeatureStatus)

Creates a new instance of the WindowsDefenderProperty object, using the specified status.

Properties

Name Description
System_CAPS_pubproperty PropertyName

Gets the name of the property.(Inherited from DeviceProperty.)

System_CAPS_pubproperty Status

Gets or sets the status of the Windows Defender property.

System_CAPS_pubproperty Timestamp

Gets the timestamp for the device.(Inherited from DeviceProperty.)

Methods

Name Description
System_CAPS_pubmethod Equals(DeviceProperty)

Determines if this WindowsDefenderProperty object is equal to another.(Overrides DeviceProperty.Equals(DeviceProperty).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod UpdateDeviceInfo(DeviceInfo)

Updates the information for the device.

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