C-DEngine 5.105

TheRequestData..::..DisableRedirect Property

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool DisableRedirect { get; set; }
Public Property DisableRedirect As Boolean
	Get
	Set
public:
property bool^ DisableRedirect {
	bool^ get ();
	void set (bool^ value);
}