Discuss this help topic in SecureBlackbox Forum
Specifies custom grantee.
Declaration
[C#]
string CustomGrantee;
[VB.NET]
Property CustomGrantee As String
[Pascal]
property CustomGrantee : string;
[C++]
void get_CustomGrantee(std::string &OutResult);
void set_CustomGrantee(const std::string &Value);
[PHP]
string get_CustomGrantee()
void set_CustomGrantee(string $Value)
[Java]
String getCustomGrantee();
void setCustomGrantee(String Value);
Description
Use this property to specify custom grantee.
This property has effect if
GtanteeType equals to
acqtUnknown.
Discuss this help topic in SecureBlackbox Forum