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