Human readable label for this parameter

Namespace: Composite.Functions
Assembly: Composite (in Composite.dll) Version: 3.0.4358.29153

Syntax

C#
public string ParameterLabel { get; private set; }
Visual Basic
Public Property ParameterLabel As String
	Get
	Private Set
Visual C++
public:
property String^ ParameterLabel {
	String^ get ();
	private: void set (String^ value);
}

See Also