retry feature enabled flag

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool RetryEnabled { get; internal set; }
Visual Basic
Public Property RetryEnabled As Boolean
	Get
	Friend Set
Visual C++
public:
property bool RetryEnabled {
	bool get ();
	internal: void set (bool value);
}

See Also