Discuss this help topic in SecureBlackbox Forum
Specifies the number of grants in the list.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum