Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

See Also