SystemSetting.IsVisible Property

Definition

Gets or sets a value that indicates whether the setting is visible in the MDS configuration screen.

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 visible; otherwise, false.

Attributes

Applies to