Compartir a través de


IsVisible Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property IsVisible As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

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