All Classes Namespaces Functions Properties Pages
Properties | List of all members
Session Class Reference

Uniquely identifies the session. More...

Properties

string DisplayName [get, set]
 Gets or sets the resource name which has logged onto the system. More...
 
bool IsValid [get, set]
 Gets or sets a value indicating whether the user attempting to log onto the system has been verified as a valid user. More...
 
LogonState LogonState [get, set]
 Gets or sets the state of the logon and form name for the state. More...
 
string ResourceId [get, set]
 Gets or sets the GUID associated with the resource, which has logged onto the system. More...
 
string SessionId [get, set]
 Gets or sets SessionID parameter contains a unique identifier for the current Session with the Engine. This parameter will be used in subsequent calls to the Engine. More...
 

Description

Uniquely identifies the session.

Property Documentation

string DisplayName
getset

Gets or sets the resource name which has logged onto the system.

bool IsValid
getset

Gets or sets a value indicating whether the user attempting to log onto the system has been verified as a valid user.

Gets or sets the state of the logon and form name for the state.

The state of the logon.

string ResourceId
getset

Gets or sets the GUID associated with the resource, which has logged onto the system.

string SessionId
getset

Gets or sets SessionID parameter contains a unique identifier for the current Session with the Engine. This parameter will be used in subsequent calls to the Engine.