SettingValidValues Property |
Gets the valid values 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 ValidValuesDescriptor? ValidValues { get; }Public ReadOnly Property ValidValues As ValidValuesDescriptor
Get
public:
property ValidValuesDescriptor^ ValidValues {
ValidValuesDescriptor^ get ();
}member ValidValues : ValidValuesDescriptor with get
Property Value
ValidValuesDescriptor
See Also