Share via


DeviceProperty.Timestamp Property

 

Gets the timestamp for the device.

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

Syntax

[DataMemberAttribute]
public DateTime Timestamp { get; protected set; }
public:
[DataMemberAttribute]
property DateTime Timestamp {
    DateTime get();
    protected: void set(DateTime value);
}
<DataMemberAttribute>
Public Property Timestamp As Date
    Get
    Protected Set
End Property

Property Value

Type: System.DateTime

The timestamp.

See Also

DeviceProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top