Click or drag to resize

ParameterItem Properties

The ParameterItem type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Get the command.
Public propertyDescription
Get or set the description of the parameter.
Public propertyEnabled
Gets or sets a value indicating whether the parameter is valid.
Public propertyGroup
Get command parameter group.
Public propertyID
Get the ID of the parameter.
Public propertyIndex
Get the index number in the collection of parameter items.
Public propertyIsEmpty
Get a value indicating whether the parameter is empty.
Public propertyIsOptional
Gets or sets a value indicating whether the parameter is optional.
Public propertyName
Get or set the name of the parameter.
Public propertyParameterType
Get the type of the parameter.
Public propertyValueSaveMode
Gets or sets the method of saving the parameter value.
Public propertyValueText
Get or set the parameter value as a string.
Top
See Also