|   | 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.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Boolean See Also
See Also