CurrentLogonSessionID Property
In This Topic
Gets the logon session ID for the session in which the code is running.
Syntax
'Declaration
Public Shared ReadOnly Property CurrentLogonSessionID As Integer
public static int CurrentLogonSessionID {get;}
public:
static property int CurrentLogonSessionID {
int get();
}
See Also