Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlGrant.GranteeType

TElAWSS3AccessControlGrant     See also     


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


Specifies the grantee type.

Declaration

[C#]
    TSBAWSS3AccessControlGranteeType GranteeType;

[VB.NET]
    Property GranteeType As TSBAWSS3AccessControlGranteeType

[Pascal]
    property GranteeType : TSBAWSS3AccessControlGranteeType;

[C++]
    TSBAWSS3AccessControlGranteeType get_GranteeType();
    void set_GranteeType(TSBAWSS3AccessControlGranteeType Value);

[PHP]
    integer get_GranteeType()
    void set_GranteeType(integer $Value)

[Java]
    TSBAWSS3AccessControlGranteeType getGranteeType();
    void setGranteeType(TSBAWSS3AccessControlGranteeType Value);

Possible values:

Description

    Use this property to specify the grantee type. Depending on the value of this property, there are different ways to specify the grantee, as represented by Email, GroupURI, UserID and CustomGrantee properties.

See also:     CustomGrantee     Email     GroupURI     UserID    

Discuss this help topic in SecureBlackbox Forum