Partager via


Propriété SystemSetting.IsVisible

Gets or sets a value that indicates whether the setting is visible in the MDS configuration screen.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property IsVisible As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SystemSetting Classe

Espace de noms Microsoft.MasterDataServices