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

属性

适用于