DerivedHierarchyLevel.IsVisible Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[DataMemberAttribute]
public bool IsVisible { get; set; }
public:
[DataMemberAttribute]
property bool IsVisible {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IsVisible : bool with get, set
<DataMemberAttribute>
Public Property IsVisible As Boolean

Property Value

Type: System.Boolean

true if the level is visible within the derived hierarchy; otherwise, false.

See Also

DerivedHierarchyLevel Class
Microsoft.MasterDataServices Namespace

Return to top