Delta<TStructuralType>.TryGetPropertyValue(String, Object) Method

Definition

Attempts to get the value of the Property called name from the underlying Entity.

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

Parameters

name
String

The name of the Property

value
Object

The value of the Property

Returns

Returns true if the Property was found and false if not.

Implements

Applies to