Discuss this help topic in SecureBlackbox Forum
Specifies the number of URI actions in the document.
Declaration
[VB.NET]
Property URIActions As Integer
[Pascal]
property URIActions : integer;
[C++]
int32_t get_URIActions();
void set_URIActions(int32_t Value);
[PHP]
integer get_URIActions()
void set_URIActions(integer $Value)
[Java]
int getURIActions();
void setURIActions(int Value);
Description
Use this property to specify the number of URI actions in the document.
Discuss this help topic in SecureBlackbox Forum