Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlGrant.UserID

TElAWSS3AccessControlGrant     See also     


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


Specifies grantee user ID.

Declaration

[C#]
    string UserID;

[VB.NET]
    Property UserID As String

[Pascal]
    property UserID : string;

[C++]
    void get_UserID(std::string &OutResult);
    void set_UserID(const std::string &Value);

[PHP]
    string get_UserID()
    void set_UserID(string $Value)

[Java]
    String getUserID();
    void setUserID(String Value);

Description

    Use this property to specify grantee ID.

See also:     GranteeType     UserDisplayName    

Discuss this help topic in SecureBlackbox Forum