Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlPolicy.GrantCount

TElAWSS3AccessControlPolicy     See also     


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


Specifies the number of grants in the list.

Declaration

[C#]
    int GrantCount;

[VB.NET]
    Property GrantCount As Integer

[Pascal]
    property GrantCount : integer;

[C++]
    int32_t get_GrantCount();

[PHP]
    integer get_GrantCount()

[Java]
    int getGrantCount();

Description

    Use this read-only property to get the number of grants in the list.

See also:     Grants    

Discuss this help topic in SecureBlackbox Forum