Retrieves the name of this parameter.
[Visual Basic] Overridable Public ReadOnly Property Name As String [C#] public string Name {virtual get;} [C++] public: __property virtual String* get_Name(); [JScript] public function get Name() : String;
Read-only. Retrieves the name of this parameter.
ParameterBuilder Class | ParameterBuilder Members | System.Reflection.Emit Namespace