ModelValidationNode.ValidateAllProperties Property

Definition

Gets or sets a value that indicates whether all properties of the model should be validated.

public:
 property bool ValidateAllProperties { bool get(); void set(bool value); };
public bool ValidateAllProperties { get; set; }
member this.ValidateAllProperties : bool with get, set
Public Property ValidateAllProperties As Boolean

Property Value

true if all properties of the model should be validated, or false if validation should be skipped.

Applies to