Discuss this help topic in SecureBlackbox Forum
Specifies the number of launch actions in the document.
Declaration
[C#/Java]
int LaunchActions;
[VB.NET]
Property LaunchActions As Integer
[Pascal]
property LaunchActions : integer;
[C++]
int32_t get_LaunchActions();
void set_LaunchActions(int32_t Value);
[PHP]
integer get_LaunchActions()
void set_LaunchActions(integer $Value)
Description
Use this property to specify the number of launch actions in the document.
Discuss this help topic in SecureBlackbox Forum