SystemSetting.IsVisible Property

Definition

Specifies whether the setting is allowed to be displayed.

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

Property Value

true if the setting is allowed to be displayed; otherwise, false.

Attributes

Applies to