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

属性

適用対象