DashboardParameterDescriptor Properties
Contains the parameter settings and metadata.| Name | Description |
|---|---|
| DefaultValue | Gets the default parameter value. |
| Description | Gets the parameter’s description displayed to an end-user. |
| Name | Gets the parameter name. |
| SelectedValue | Gets or sets the currently selected parameter value. |
| SelectedValues | Gets or sets a collection of currently selected parameter values. |
| Type | Gets the parameter type. |
| Values | Gets possible parameter values. |
See Also