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 | |
---|---|---|
DeviceProperty(DevicePropertyName) | Initializes a new instance of the DeviceProperty class with the specified property name. |
Properties
Name | Description | |
---|---|---|
PropertyName | Gets the name of the property. |
|
Timestamp | Gets the timestamp for the device. |
Methods
Name | Description | |
---|---|---|
Equals(DeviceProperty) | Compares one DeviceProperty object to another DeviceProperty object. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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