Discuss this help topic in SecureBlackbox Forum
Specifies the session for which the authentication statements are queried.
Declaration
[C#]
string SessionIndex;
[VB.NET]
Property SessionIndex As String
[Pascal]
property SessionIndex : string;
[C++]
void get_SessionIndex(std::string &OutResult);
void set_SessionIndex(const std::string &Value);
[PHP]
string get_SessionIndex()
void set_SessionIndex(string $Value)
[Java]
String getSessionIndex();
void setSessionIndex(String Value);
Description
This element acts as a filter query only the statements within the context of the specified session.
Discuss this help topic in SecureBlackbox Forum