共用方式為


SystemSetting.IsVisible 屬性

Gets or sets a value that indicates whether the setting is allowed to be displayed.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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 allowed to be displayed; otherwise, false.

請參閱

參考

SystemSetting 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間