C-DEngine 5.105

TheSessionState..::..HasExpired Property

if true, this session state is no longer valid and will be removed shortly

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

Syntax


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