Gets or sets the name of this parameter

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string ParameterName { get; set; }
Visual Basic (Declaration)
Public Property ParameterName As String
Visual C++
public:
property String^ ParameterName {
	String^ get ();
	void set (String^ value);
}

See Also