|
UnsynchronizedSubscriptionInfoIncludeTime Property
|
Gets or sets the flag that determines whether timestamps are
included in the data sent from the publisher. This value is
ignored if the data is remotely synchronized.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool IncludeTime { get; set; }
Public Property IncludeTime As Boolean
Get
Set
public:
property bool IncludeTime {
bool get ();
void set (bool value);
}
member IncludeTime : bool with get, set
function get_IncludeTime();
function set_IncludeTime(value);
View SourceProperty Value
BooleanSee Also