Discuss this help topic in SecureBlackbox Forum
Specifies display name of the grantee.
Declaration
[C#]
string UserDisplayName;
[VB.NET]
Property UserDisplayName As String
[Pascal]
property UserDisplayName : string;
[C++]
void get_UserDisplayName(std::string &OutResult);
void set_UserDisplayName(const std::string &Value);
[PHP]
string get_UserDisplayName()
void set_UserDisplayName(string $Value)
[Java]
String getUserDisplayName();
void setUserDisplayName(String Value);
Description
Use this property to specify the display name of the grantee.
Discuss this help topic in SecureBlackbox Forum