Parameter Properties


The Parameter type exposes the following members.

Properties

  NameDescription
Public propertyDefinition
Returns the Definition object that describes the data type, name and other details of the parameter.
Public propertyElement
The element to which this parameter belongs.
Public propertyGUID
The Guid for a shared parameter.
Public propertyHasValue
Identifies if the parameter has an assigned value.
Public propertyId
The id of the parameter.
Public propertyIsReadOnly
Get the readonly property of the parameter.
(Overrides APIObjectIsReadOnly.)
Public propertyIsShared
Identifies if the parameter is a shared parameter.
Public propertyStorageType
Describes the type that is used internally within the parameter to store its value.
Public propertyUserModifiable
Indicates whether the interactive user can modify the value of this parameter.

See Also