ISingleParameterValue Properties

The ISingleParameterValue type exposes the following members.

Properties
  NameDescription
Public propertyIsInverted
Gets a value indicating whether this instance value is inverted.
(Inherited from IParameterValue.)
Public propertyIsTokenized
Gets a value indicating whether this parameter value is based on unresolved tokens.
(Inherited from IParameterValue.)
Public propertyParameterId
Gets the ID of the parameter.
(Inherited from IParameterValue.)
Public propertyToken
Gets the discrete parameter token, if applicable.
(Inherited from IParameterValue.)
Public propertyValue
Gets the value or if the parameter is using a token.
Top
See Also