Discuss this help topic in SecureBlackbox Forum
Returns the full URL of the object.
Declaration
[VB.NET]
Property FullURL As String
[Pascal]
property FullURL : string;
[C++]
void get_FullURL(std::string &OutResult);
[PHP]
string get_FullURL()
[Java]
String getFullURL();
Description
Use this property to obtain the full URL of the object.
Discuss this help topic in SecureBlackbox Forum