Provider.AutoReconnect Property
Gets or sets the auto reconnect.
[Category(CATEGORY_RECONNECT)]
public bool AutoReconnect {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_RECONNECT)]
public:
property bool AutoReconnect {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_RECONNECT)
function get AutoReconnect() : boolean;
public
Category(CATEGORY_RECONNECT)
function set AutoReconnect(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
The status.
In this article
Definition