Compartilhar via


Propriedade do RDL SystemSetting.IsVisible

Gets or sets a value that indicates whether the setting is allowed to be displayed.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property IsVisible As Boolean 
    Get 
    Set
'Uso
Dim instance As SystemSetting 
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 da propriedade

Tipo: System.Boolean
true if the setting is allowed to be displayed; otherwise, false.

Consulte também

Referência

SystemSetting Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts