DataBusDataSource.IsPropertyReadOnly(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Nom la propriété en lecture seule.
Retours
true si la propriété est en lecture seule ; sinon, false.