Discuss this help topic in SecureBlackbox Forum
Specifies grantee group URI.
Declaration
[VB.NET]
Property GroupURI As String
[Pascal]
property GroupURI : string;
[C++]
void get_GroupURI(std::string &OutResult);
void set_GroupURI(const std::string &Value);
[PHP]
string get_GroupURI()
void set_GroupURI(string $Value)
[Java]
String getGroupURI();
void setGroupURI(String Value);
Description
Use this property to specify grantee group URI.
Discuss this help topic in SecureBlackbox Forum