|   | DataSubscriberUseTransactionForMetadata Property | 
        
        
            Gets or sets flag that determines if meta-data synchronization should be performed within a transaction.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool UseTransactionForMetadata { get; set; }Public Property UseTransactionForMetadata As Boolean
	Get
	Set
public:
property bool UseTransactionForMetadata {
	bool get ();
	void set (bool value);
}member UseTransactionForMetadata : bool with get, set
function get_UseTransactionForMetadata();
function set_UseTransactionForMetadata(value);
Property Value
Boolean See Also
See Also