Partager via


InputAttribute.ReadOnly, propriété

Obtient ou définit une valeur qui indique si la propriété d'entrée est en lecture seule dans la fenêtre Propriétés.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si la propriété est en lecture seule dans la fenêtre Propriétés ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

InputAttribute Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms