SystemSetting.IsVisible プロパティ

定義

設定がMDS設定画面で見えるかどうかを示す値を取得または設定します。

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

属性

適用対象