Sets the 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.
[Visual Basic] Sub SetName( _ ByVal value As String _ ) [C#] void SetName( string value ); [C++] void SetName( String* value ) = 0; [JScript] function SetName( value : String );
ICodeParameter Interface | ICodeParameter Members | System.ComponentModel.Design.CodeModel Namespace