次の方法で共有


SystemSetting.IsVisible プロパティ

定義

設定の表示を許可するかどうかを指定します。

public:
 property bool IsVisible { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsVisible { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsVisible : bool with get, set
Public Property IsVisible As Boolean

プロパティ値

設定の表示を許可する場合は true、それ以外の場合は false

属性

適用対象