SettingAvailableValueTypes Property |
Gets the available parameter value types for the current instance.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic abstract ParameterValueTypes AvailableValueTypes { get; }Public MustOverride ReadOnly Property AvailableValueTypes As ParameterValueTypes
Get
public:
virtual property ParameterValueTypes AvailableValueTypes {
ParameterValueTypes get () abstract;
}abstract AvailableValueTypes : ParameterValueTypes with get
Property Value
ParameterValueTypes
See Also