C-DEngine 5.105

TheServiceHostInfo..::..SessionTimeout Property

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

Syntax


public int SessionTimeout { get; set; }
Public Property SessionTimeout As Integer
	Get
	Set
public:
property int^ SessionTimeout {
	int^ get ();
	void set (int^ value);
}