Gets the name of this parameter.
[Visual Basic] Function GetName() As String [C#] string GetName(); [C++] String* GetName() = 0; [JScript] function GetName() : String;
The string name of this parameter.
The parameter name will be used in the declaration of a property or method, or in method invokes- if the langauge supports named parameters.
ICodeParameter Interface | ICodeParameter Members | System.ComponentModel.Design.CodeModel Namespace