Setting.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

プロパティ値

設定の値が必要かどうかを示す Boolean の値。

適用対象