Gets or sets the name of the parameter.
Syntax
'Declaration
Public Property ParameterName As String
'Usage
Dim instance As RateParamLimit
Dim value As String
instance.ParameterName = value
value = instance.ParameterName
public string ParameterName {get; set;}
public read-write property ParameterName: String;
public function get,set ParameterName : String
public: __property string* get_ParameterName();
public: __property void set_ParameterName(
string* value
);
public:
property String^ ParameterName {
String^ get();
void set ( String^ value);
}
Property Value
The name of the parameter.
See Also