Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the parameter name.
Definition
Visual Basic Public Property ParameterName As String C# public string ParameterName { get; set; } C++ public:
property String^ ParameterName {
String^ get();
void set(String^ value);
}JScript public function get ParameterName() : String
public function set ParameterName(String);
Property Value
System.String
A Stringobject that contains the name of the parameter.
This property is read/write.
.gif)