To route all request through VIP, initialize to true.

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

Syntax

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

See Also