ProcessPerfDataConfigTimestamp_Sys100NS Property |
Gets or sets a value indicating whether [timestamp sys100 NS].
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public bool Timestamp_Sys100NS { get; set; }
<DataMemberAttribute>
Public Property Timestamp_Sys100NS As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool Timestamp_Sys100NS {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract Timestamp_Sys100NS : bool with get, set
[<DataMemberAttribute>]
override Timestamp_Sys100NS : bool with get, set
Property Value
Type:
Booleantrue if [timestamp_ sys100 NS]; otherwise,
false.
Implements
IProcessPerfDataConfigTimestamp_Sys100NSSee Also