|
DataSubscriberAutoSynchronizeMetadata Property
|
Gets or sets flag that determines if
DataSubscriber should
automatically request meta-data synchronization and synchronize publisher
meta-data with its own database configuration.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool AutoSynchronizeMetadata { get; set; }
Public Property AutoSynchronizeMetadata As Boolean
Get
Set
public:
property bool AutoSynchronizeMetadata {
bool get ();
void set (bool value);
}
member AutoSynchronizeMetadata : bool with get, set
function get_AutoSynchronizeMetadata();
function set_AutoSynchronizeMetadata(value);
View SourceProperty Value
BooleanSee Also