Click or drag to resize

ParameterDescription Property

Gets the parameter's description. Parameter descriptions are stored as text and used by the Studio to display help text in the property sheet.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Description { get; }

Property Value

Type: String
The parameter's description.
See Also