Share via


SecurityBaseProperty Class

 

Property that describes the Security Center status.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices.SecurityBaseProperty
      Microsoft.WindowsServerSolutions.Common.Devices.SecurityAntiSpywareProperty
      Microsoft.WindowsServerSolutions.Common.Devices.SecurityAntiVirusProperty
      Microsoft.WindowsServerSolutions.Common.Devices.SecurityFirewallProperty
      Microsoft.WindowsServerSolutions.Common.Devices.SecurityUpdateProperty

Syntax

[DataContractAttribute]
public class SecurityBaseProperty : DeviceProperty
[DataContractAttribute]
public ref class SecurityBaseProperty : DeviceProperty
<DataContractAttribute>
Public Class SecurityBaseProperty
    Inherits DeviceProperty

Constructors

Name Description
System_CAPS_protmethod SecurityBaseProperty(Boolean, DevicePropertyName)

Creates a new instance of the SecurityBaseProperty object, using the specified value and property name.

Properties

Name Description
System_CAPS_pubproperty PropertyName

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

System_CAPS_pubproperty Status

Gets a value that describes whether the security is turned on or off.

System_CAPS_pubproperty Timestamp

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

Methods

Name Description
System_CAPS_pubmethod Equals(DeviceProperty)

Determines if the current instance is equal to the specified DeviceProperty.(Overrides DeviceProperty.Equals(DeviceProperty).)

System_CAPS_pubmethod Equals(Object)

Determines if the current instance is equal to the specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for the current instace.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string that represents the current object.(Overrides Object.ToString().)

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