|
DataCellTimestampIsIncluded Property
|
Note: This API is now obsolete.
Gets or sets flag that determines if timestamp is included with this
DataCell.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax [ObsoleteAttribute("This bit definition is for obsolete uses that is no longer needed.",
false)]
public bool TimestampIsIncluded { get; set; }
<ObsoleteAttribute("This bit definition is for obsolete uses that is no longer needed.",
false)>
Public Property TimestampIsIncluded As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This bit definition is for obsolete uses that is no longer needed.",
false)]
property bool TimestampIsIncluded {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This bit definition is for obsolete uses that is no longer needed.",
false)>]
member TimestampIsIncluded : bool with get, set
function get_TimestampIsIncluded();
function set_TimestampIsIncluded(value);
View SourceProperty Value
BooleanSee Also