DeviceProperty Class

 

Represents the properties of a device.

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


[DataContractAttribute]
public ref class DeviceProperty abstract : IEquatable<DeviceProperty^>

NameDescription
System_CAPS_protmethodDeviceProperty(DevicePropertyName)

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

NameDescription
System_CAPS_pubpropertyPropertyName

Gets the name of the property.

System_CAPS_pubpropertyTimestamp

Gets the timestamp for the device.

NameDescription
System_CAPS_pubmethodEquals(DeviceProperty^)

Compares one DeviceProperty object to another DeviceProperty object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: