NetworkStatisticInfoTimestampSys100Ns Property |
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS:
Timestamp value in 100 nanosecond units.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public ulong TimestampSys100Ns { get; set; }
<DataMemberAttribute>
Public Property TimestampSys100Ns As ULong
Get
Set
public:
[DataMemberAttribute]
virtual property unsigned long long TimestampSys100Ns {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
[<DataMemberAttribute>]
abstract TimestampSys100Ns : uint64 with get, set
[<DataMemberAttribute>]
override TimestampSys100Ns : uint64 with get, set
Property Value
Type:
UInt64
The timestamp sys100 ns.
Implements
INetworkStatisticInfoTimestampSys100NsSee Also