Human readable help for this parameter

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

Syntax

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

See Also