Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlGrant.CustomGrantee

TElAWSS3AccessControlGrant     See also     


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


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.

See also:     GtanteeType    

Discuss this help topic in SecureBlackbox Forum