Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | DeviceProperty(DevicePropertyName) | Initializes a new instance of the DeviceProperty class with the specified property name. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | PropertyName | Gets the name of the property. | 
| .jpeg) | Timestamp | Gets the timestamp for the device. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(DeviceProperty) | Compares one DeviceProperty object to another DeviceProperty object. | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | 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