次の方法で共有


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 値です。

適用対象