|
DataSubscriberReceiveInternalMetadata Property
|
Gets or sets the operational mode flag to receive internal meta-data.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool ReceiveInternalMetadata { get; set; }
Public Property ReceiveInternalMetadata As Boolean
Get
Set
public:
property bool ReceiveInternalMetadata {
bool get ();
void set (bool value);
}
member ReceiveInternalMetadata : bool with get, set
function get_ReceiveInternalMetadata();
function set_ReceiveInternalMetadata(value);
View SourceProperty Value
BooleanSee Also