Discuss this help topic in SecureBlackbox Forum
Specifies the name of this parameter.
Declaration
[C#]
string ParameterName;
[VB.NET]
Property ParameterName As String
[Pascal]
property ParameterName : XMLString;
[C++]
void get_ParameterName(sb_u16string &OutResult);
void get_ParameterName(std::wstring &OutResult);
void set_ParameterName(const sb_u16string &Value);
void set_ParameterName(const std::wstring &Value);
[PHP]
string get_ParameterName()
void set_ParameterName(string $Value)
[Java]
String getParameterName();
void setParameterName(String Value);
Description
Use this property to set the name of this parameter.
Discuss this help topic in SecureBlackbox Forum