IProcessInfoBaseTimestampObject Property |
Object-defined timestamp, defined by the provider.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax ulong TimestampObject { get; set; }
Property TimestampObject As ULong
Get
Set
property unsigned long long TimestampObject {
unsigned long long get ();
void set (unsigned long long value);
}
abstract TimestampObject : uint64 with get, set
Property Value
Type:
UInt64
The timestamp object.
See Also