ParameterStateEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the state of a parameter.
public enum class ParameterStateEnum
public enum ParameterStateEnum
type ParameterStateEnum =
Public Enum ParameterStateEnum
- Inheritance
-
ParameterStateEnum
Fields
Name | Value | Description |
---|---|---|
HasValidValue | 0 | The parameter has valid value. |
MissingValidValue | 1 | The missing valid value of the parameter. |
HasOutstandingDependencies | 2 | The parameter has outstanding dependencies. |
DynamicValuesUnavailable | 3 | The dynamic values of the parameter is unavailable. |
Remarks
Use the ParameterStateEnum enumeration with the State property of the ReportParameter class.