Share via


DeviceProperty Class

 

Represents the properties of a device.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.Devices.DeviceProperty
    Microsoft.WindowsServerSolutions.Common.Devices.AlertsProperty
    Microsoft.WindowsServerSolutions.Common.Devices.BackupStatusProperty
    Microsoft.WindowsServerSolutions.Common.Devices.DomainJoinStatusProperty
    Microsoft.WindowsServerSolutions.Common.Devices.IdentityStatusProperty
    Microsoft.WindowsServerSolutions.Common.Devices.OnlineStatusProperty
    Microsoft.WindowsServerSolutions.Common.Devices.OperatingSystemProperty
    Microsoft.WindowsServerSolutions.Common.Devices.RDPStatusProperty
    Microsoft.WindowsServerSolutions.Common.Devices.SecurityBaseProperty
    Microsoft.WindowsServerSolutions.Common.Devices.SecurityCenterStatusProperty
    Microsoft.WindowsServerSolutions.Common.Devices.SecurityUpdateDetailProperty
    Microsoft.WindowsServerSolutions.Common.Devices.StringProperty
    Microsoft.WindowsServerSolutions.Common.Devices.WindowsDefenderProperty

Syntax

[DataContractAttribute]
public abstract class DeviceProperty : IEquatable<DeviceProperty>
[DataContractAttribute]
public ref class DeviceProperty abstract : IEquatable<DeviceProperty^>
<DataContractAttribute>
Public MustInherit Class DeviceProperty
    Implements IEquatable(Of DeviceProperty)

Constructors

Name Description
System_CAPS_protmethod DeviceProperty(DevicePropertyName)

Initializes a new instance of the DeviceProperty class with the specified property name.

Properties

Name Description
System_CAPS_pubproperty PropertyName

Gets the name of the property.

System_CAPS_pubproperty Timestamp

Gets the timestamp for the device.

Methods

Name Description
System_CAPS_pubmethod Equals(DeviceProperty)

Compares one DeviceProperty object to another DeviceProperty object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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