WindowsDefenderProperty Class

 

Property that describes the Windows Defender status.

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

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

[DataContractAttribute]
public ref class WindowsDefenderProperty sealed : DeviceProperty

NameDescription
System_CAPS_pubmethodWindowsDefenderProperty(WindowsDefenderFeatureStatus)

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

NameDescription
System_CAPS_pubpropertyPropertyName

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

System_CAPS_pubpropertyStatus

Gets or sets the status of the Windows Defender property.

System_CAPS_pubpropertyTimestamp

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

NameDescription
System_CAPS_pubmethodEquals(DeviceProperty^)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateDeviceInfo(DeviceInfo^)

Updates the information for the device.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: