Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlPolicy.Grants

TElAWSS3AccessControlPolicy     See also     


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


The list of access control grants of the policy.

Declaration

[C#]
    TElAWSS3AccessControlGrant Grants[int Index];

[VB.NET]
    Property Grants(ByVal Index As Integer) As TElAWSS3AccessControlGrant

[Pascal]
    property Grants[Index : integer] : TElAWSS3AccessControlGrant;

[C++]
    TElAWSS3AccessControlGrant* get_Grants(int32_t Index);

[PHP]
    TElAWSS3AccessControlGrant get_Grants(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to access the list of access control grants that make up the access policy.

See also:     GrantCount     AddGrant     ClearGrants     RemoveGrant    

Discuss this help topic in SecureBlackbox Forum