Share via


ValidationMetadata.ValidateChildren プロパティ

定義

モデルの子を検証するかどうかを示す値を取得または設定します。 nullまたは ValidateChildren のいずれかが IsComplexTypeIsEnumerableType の場合は true になります。それ以外の場合は truefalse

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

プロパティ値

適用対象