PropertyData.Required プロパティ

定義

プロパティの必須値を取得または設定します。

public:
 property bool Required { bool get(); void set(bool value); };
public bool Required { get; set; }
member this.Required : bool with get, set
Public Property Required As Boolean

プロパティ値

プロパティ値が必須の場合は true、必須でない場合は false です。

適用対象