ComponentSettingValidationRuleValidationFunc Property |
Gets the validation function associated with the rule.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic Func<ParameterValue, string?> ValidationFunc { get; }Public ReadOnly Property ValidationFunc As Func(Of ParameterValue, String)
Get
public:
property Func<ParameterValue^, String^>^ ValidationFunc {
Func<ParameterValue^, String^>^ get ();
}member ValidationFunc : Func<ParameterValue, string> with get
Property Value
FuncParameterValue,
StringThe validation function.
See Also