C-DEngine 5.105

TheRequestData..::..EndSessionOnResponse Property

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

Syntax


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