SettingAvailableValueTypes Property |
Gets the available parameter value types for the current instance.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
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
Type:
ParameterValueTypes
See Also