Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlGrant.UserDisplayName

TElAWSS3AccessControlGrant     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     UserID    

Discuss this help topic in SecureBlackbox Forum