Share via


DerivedHierarchyLevel.IsVisible Property

Expresses visibility of level.

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

Syntax

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

Property Value

Type: System.Boolean
true if level is visible; otherwise, false.