DerivedHierarchyLevel.IsVisible 属性

Gets or sets a value that indicates whether the level is visible within the derived hierarchy.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property IsVisible As Boolean 
    Get 
    Set
用法
Dim instance As DerivedHierarchyLevel 
Dim value As Boolean 

value = instance.IsVisible

instance.IsVisible = value
[DataMemberAttribute]
public bool IsVisible { get; set; }
[DataMemberAttribute]
public:
property bool IsVisible {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsVisible : bool with get, set
function get IsVisible () : boolean 
function set IsVisible (value : boolean)

属性值

类型:System.Boolean
true if the level is visible within the derived hierarchy; otherwise, false.

请参阅

参考

DerivedHierarchyLevel 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间