IsVisible 欄位
Gets or sets a value indicating whether the setting is visible in the MDS configuration screen.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public IsVisible As Boolean
'用途
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