C-DEngine 5.105

TheRequestData..::..SessionState Property

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

Syntax


public TheSessionState SessionState { get; set; }
Public Property SessionState As TheSessionState
	Get
	Set
public:
property TheSessionState^ SessionState {
	TheSessionState^ get ();
	void set (TheSessionState^ value);
}