|
SubscriptionInfoUseCompactMeasurementFormat Property
|
Gets or sets the flag that determines whether to use the
compact measurement format or the full measurement format
for transmitting measurements to the subscriber.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public virtual bool UseCompactMeasurementFormat { get; set; }
Public Overridable Property UseCompactMeasurementFormat As Boolean
Get
Set
public:
virtual property bool UseCompactMeasurementFormat {
bool get ();
void set (bool value);
}
abstract UseCompactMeasurementFormat : bool with get, set
override UseCompactMeasurementFormat : bool with get, set
function get_UseCompactMeasurementFormat();
function set_UseCompactMeasurementFormat(value);
View SourceProperty Value
BooleanSee Also