Discuss this help topic in SecureBlackbox Forum
Specifies the number of remote go-to actions in the document.
Declaration
[C#]
int GoToRemoteActions;
[VB.NET]
Property GoToRemoteActions As Integer
[Pascal]
property GoToRemoteActions : integer;
[C++]
int32_t get_GoToRemoteActions();
void set_GoToRemoteActions(int32_t Value);
[PHP]
integer get_GoToRemoteActions()
void set_GoToRemoteActions(integer $Value)
[Java]
int getGoToRemoteActions();
void setGoToRemoteActions(int Value);
Description
Use this property to specify the number of remote go-to actions in the document.
Discuss this help topic in SecureBlackbox Forum