|
IClientSubscriptionUseCompactMeasurementFormat Property
|
Gets or sets flag that determines if the compact measurement format should be used in data packets of this
IClientSubscription.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax bool UseCompactMeasurementFormat { get; set; }
Property UseCompactMeasurementFormat As Boolean
Get
Set
property bool UseCompactMeasurementFormat {
bool get ();
void set (bool value);
}
abstract UseCompactMeasurementFormat : bool with get, set
function get_UseCompactMeasurementFormat();
function set_UseCompactMeasurementFormat(value);
Property Value
BooleanSee Also