ParameterDataSupportedValueTypes Property

Gets or sets the parameter value types supported by the current instance.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[DataMemberAttribute(Name = "supportedValueTypes")]
public ParameterValueTypes SupportedValueTypes { get; set; }

Property Value

Type: ParameterValueTypes
Exceptions
ExceptionCondition
ArgumentExceptionThe specified value is invalid or leads to an invalid default value for the current parameter.
See Also