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 해야 하거나 유효성 검사를 건너뛰어야 하는 경우

적용 대상