Share via


SystemSetting.IsVisible Field

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public IsVisible As Boolean
'Usage
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