ComponentSettingValidationRule Property

Gets the rule used to validate the setting's value.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public ComponentSettingValidationRule ValidationRule { get; set; }

Property Value

Type: ComponentSettingValidationRule
The validation rule, or if no validation is specified.
See Also