CodeArgumentReferenceExpression::ParameterName Property

 

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

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property String^ ParameterName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the parameter to reference.

.NET Framework
Available since 1.1
Return to top
Show: