Discuss this help topic in SecureBlackbox Forum
Indicates the resource for which authorization is requested.
Declaration
[VB.NET]
Property Resource As String
[Pascal]
property Resource : TSBAnyURI;
[C++]
void get_Resource(std::string &OutResult);
void set_Resource(const std::string &Value);
[PHP]
string get_Resource()
void set_Resource(string $Value)
[Java]
String getResource();
void setResource(String Value);
Description
This property contains a URI reference indicating the resource for which authorization is requested.
Discuss this help topic in SecureBlackbox Forum