Поделиться через


Свойство 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