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; }
Public ReadOnly Property Description As String
Get
Property Value
Type:
StringThe parameter's description.
See Also