  | ConnectionStateEventReconnect Property  | 
            Get/Set reconnect status.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Reconnect { get; set; }Public Property Reconnect As Boolean
	Get
	Set
public:
property bool Reconnect {
	bool get ();
	void set (bool value);
}member Reconnect : bool with get, set
Property Value
Type: 
Boolean
See Also