ModelValidationNode.ValidateAllProperties 속성

정의

모델의 모든 속성에 대한 유효성을 검사해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

모델의 모든 속성에 대한 유효성을 검사해야 하는 경우 true이고, 유효성 검사를 건너뛰어야 하는 경우 false입니다.

적용 대상