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