|
DataSubscriberUseCommonSerializationFormat Property
|
Gets or sets the operational mode flag to use the common serialization format.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool UseCommonSerializationFormat { get; set; }
Public Property UseCommonSerializationFormat As Boolean
Get
Set
public:
property bool UseCommonSerializationFormat {
bool get ();
void set (bool value);
}
member UseCommonSerializationFormat : bool with get, set
function get_UseCommonSerializationFormat();
function set_UseCommonSerializationFormat(value);
View SourceProperty Value
BooleanSee Also