DataBusDataSource.IsPropertyReadOnly(String) Méthode

Définition

Indique qu’une propriété est en lecture seule.

protected:
 bool IsPropertyReadOnly(System::String ^ propertyName);
protected bool IsPropertyReadOnly(string propertyName);
member this.IsPropertyReadOnly : string -> bool
Protected Function IsPropertyReadOnly (propertyName As String) As Boolean

Paramètres

propertyName
String

Le nom de la propriété qui est en lecture seule.

Retours

true si la propriété est en lecture seule ; sinon, false.

S’applique à