Proprietà InputAttribute.Visible

Ottiene o imposta un valore che indica se la proprietà di input verrà visualizzata nella finestra Proprietà.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

'Dichiarazione
Public Property Visible As Boolean
    Get
    Set
public bool Visible { get; set; }
public:
property bool Visible {
    bool get ();
    void set (bool value);
}
member Visible : bool with get, set
function get Visible () : boolean
function set Visible (value : boolean)

Valore proprietà

Tipo: System.Boolean
true se la proprietà è visibile nella finestra Proprietà; in caso contrario false.Il valore predefinito è true.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InputAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator