다음을 통해 공유


ValidationMetadata.HasValidators 속성

정의

모델에 유효성 검사기가 있는지를 나타내는 값을 가져옵니다.

public:
 property Nullable<bool> HasValidators { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? HasValidators { get; set; }
member this.HasValidators : Nullable<bool> with get, set
Public Property HasValidators As Nullable(Of Boolean)

속성 값

적용 대상