Discuss this help topic in SecureBlackbox Forum
Returns property's full name.
Declaration
[VB.NET]
Property FullName As String
[Pascal]
property FullName : string;
[C++]
void get_FullName(std::string &OutResult);
[PHP]
string get_FullName()
[Java]
String getFullName();
Description
Contains the full name of the property.
Discuss this help topic in SecureBlackbox Forum