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