SystemSetting.IsVisible 属性

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

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property IsVisible As Boolean
    Get
    Set
用法
Dim instance As SystemSetting
Dim value As Boolean

value = instance.IsVisible

instance.IsVisible = value
[DataMemberAttribute]
public bool IsVisible { get; set; }
[DataMemberAttribute]
public:
property bool IsVisible {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsVisible : bool with get, set
function get IsVisible () : boolean
function set IsVisible (value : boolean)

属性值

类型:System.Boolean
true if the setting is visible; otherwise, false.

请参阅

参考

SystemSetting 类

Microsoft.MasterDataServices 命名空间