ValidationError.RuleInError Propiedad

Definición

Obtiene o establece el ValidationRule objeto que fue la causa de este ValidationError, si el error es el resultado de una regla de validación.

public:
 property System::Windows::Controls::ValidationRule ^ RuleInError { System::Windows::Controls::ValidationRule ^ get(); void set(System::Windows::Controls::ValidationRule ^ value); };
public System.Windows.Controls.ValidationRule RuleInError { get; set; }
member this.RuleInError : System.Windows.Controls.ValidationRule with get, set
Public Property RuleInError As ValidationRule

Valor de propiedad

El ValidationRule objeto , si el error es el resultado de una regla de validación.

Se aplica a