.NET Framework Class Library  

CodeArgumentReferenceExpression.ParameterName Property

Gets or sets the name of the parameter this expression references.

[Visual Basic]
Public Property ParameterName As String
[C#]
public string ParameterName {get; set;}
[C++]
public: __property String* get_ParameterName();
public: __property void set_ParameterName(String*);
[JScript]
public function get ParameterName() : String;
public function set ParameterName(String);

Property Value

The name of the parameter to reference.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeArgumentReferenceExpression Class | CodeArgumentReferenceExpression Members | System.CodeDom Namespace