Partager via


Delta<TStructuralType>.TryGetPropertyValue(String, Object) Méthode

Définition

Tente d’obtenir la valeur de la propriété appelée name à partir de l’entité sous-jacente.

public override bool TryGetPropertyValue (string name, out object value);
override this.TryGetPropertyValue : string * obj -> bool
Public Overrides Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean

Paramètres

name
String

Nom de la propriété

value
Object

Valeur de la propriété

Retours

Retourne true si la propriété a été trouvée et false si ce n’est pas le cas.

Implémente

S’applique à