BindAttribute.IsPropertyAllowed(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.
Détermine si la propriété spécifiée est autorisée.
public bool IsPropertyAllowed (string propertyName);
member this.IsPropertyAllowed : string -> bool
Public Function IsPropertyAllowed (propertyName As String) As Boolean
Paramètres
- propertyName
- String
Nom de la propriété.
Retours
true si la propriété spécifiée est autorisée ; sinon, false.