|   | DataSubscriberAutoConnect Property | 
        
        
            Gets or sets flag that determines if 
DataSubscriber should attempt to auto-connection to 
DataPublisher using defined connection settings.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool AutoConnect { get; set; }Public Property AutoConnect As Boolean
	Get
	Set
public:
property bool AutoConnect {
	bool get ();
	void set (bool value);
}member AutoConnect : bool with get, set
function get_AutoConnect();
function set_AutoConnect(value);
Property Value
Boolean See Also
See Also