Discuss this help topic in SecureBlackbox Forum
Specifies the number of control elements.
Declaration
[C#]
int ControlAttributeCount;
[VB.NET]
Property ControlAttributeCount As Integer
[Pascal]
property ControlAttributeCount : integer;
[C++]
int32_t get_ControlAttributeCount();
[PHP]
integer get_ControlAttributeCount()
[Java]
int getControlAttributeCount();
Description
Use this property to get the number of CMC control attributes.
Discuss this help topic in SecureBlackbox Forum