Udostępnij za pośrednictwem


Pole SystemSetting.IsVisible

Pobiera lub ustawia wartość wskazującą, czy ustawienie jest widoczny na ekranie konfiguracja MDS.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public IsVisible As Boolean
'Użycie
Dim instance As SystemSetting
Dim value As Boolean

value = instance.IsVisible

instance.IsVisible = value
[DataMemberAttribute]
public bool IsVisible
[DataMemberAttribute]
public:
bool IsVisible
[<DataMemberAttribute>]
val mutable IsVisible: bool
public var IsVisible : boolean