Partager via


IDataSourceFieldSchema.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si le champ est modifiable.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valeur de propriété

true si le champ est en lecture seule ; sinon, false.

Remarques

Pour un DataColumn, la IsReadOnly propriété correspond à la ReadOnly propriété .

S’applique à

Voir aussi