SettingValidValues Property  | 
 
            Gets the valid values for the current instance.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
ValidValuesDescriptor
See Also