The ValidatedDetailedParameterValue type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets the description of the parameter.
(Inherited from DetailedParameterValue.)
Public propertyDisplayString
Gets the parameter value display string.
(Inherited from DetailedParameterValue.)
Public propertyIsValid
Gets a value indicating whether the requested ParameterValue is valid.
Public propertyMatchCount
Gets the count of the number of ParameterValue instances that would be valid if the query to be validated had instead matched any ParameterValue rather than a specific ParameterValue.
Public propertyType
Gets parameter type.
(Inherited from ParameterValue.)
Public propertyValue
Gets the parameter value ID.
(Inherited from ParameterValue.)

See Also