Parameter.Description operator

Description

Returns the descriptive name of a parameter as a String. The description is a longer, more descriptive version of the parameter name. When inspecting a parameter users will see this string rather than the SIObject.Name or Parameter.ScriptName.

C# Syntax

// get accessor
String rtn = Parameter.Description;

See Also

CustomProperty.AddParameter