Właściwość SystemSetting.IsVisible
Pobiera lub ustawia wartość wskazującą, czy ustawienie jest widoczny na ekranie konfiguracja MDS.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property IsVisible As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli ustawienie jest widoczny; w przeciwnym razie false.