共用方式為


ValidationMetadata.IsRequired 屬性

定義

取得或設定值,指出模型是否為必要值。 如果所建立的模型中繼資料不是屬性,則會忽略。 如果是 nullIsRequired 則會根據模型 Type 來計算 。 請參閱 IsRequired

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

屬性值

適用於