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.
// get accessor String rtn = Parameter.Description; |