ParameterDataAvailableValueTypes Property |
Gets all the parameter value types that are compatible with the current parameter.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "availableValueTypes")]
public ParameterValueTypes AvailableValueTypes { get; set; }<DataMemberAttribute(Name := "availableValueTypes")>
Public Property AvailableValueTypes As ParameterValueTypes
Get
Set
public:
[DataMemberAttribute(Name = L"availableValueTypes")]
property ParameterValueTypes AvailableValueTypes {
ParameterValueTypes get ();
void set (ParameterValueTypes value);
}[<DataMemberAttribute(Name = "availableValueTypes")>]
member AvailableValueTypes : ParameterValueTypes with get, set
Property Value
Type:
ParameterValueTypes
See Also