Discuss this help topic in SecureBlackbox Forum
Specifies the number of grants in the list.
Declaration
[C#/Java]
int GrantCount;
[VB.NET]
Property GrantCount As Integer
[Pascal]
property GrantCount : integer;
[C++]
int32_t get_GrantCount();
[PHP]
integer get_GrantCount()
Description
Use this read-only property to get the number of grants in the list.
Discuss this help topic in SecureBlackbox Forum