EdmStructuredObject.TrySetPropertyValue(String, Object) 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.
Tente de définir la propriété appelée name
sur le value
spécifié.
Seules les propriétés existant sur Entity peuvent être définies.
En cas de discordance entre les types, la demande échoue.
public override bool TrySetPropertyValue (string name, object value);
override this.TrySetPropertyValue : string * obj -> bool
Public Overrides Function TrySetPropertyValue (name As String, value As Object) As Boolean
Paramètres
- name
- String
Nom de la propriété
- value
- Object
Nouvelle valeur de la propriété
Retours
True en cas de réussite.