Share via


Delta.TryGetPropertyValue(String, Object) Method

Definition

Attempts to get the value of the Property called name from the underlying Entity. Only properties that exist on Entity can be retrieved. Both modified and unmodified properties can be retrieved.

public abstract bool TryGetPropertyValue (string name, out object value);
abstract member TryGetPropertyValue : string * obj -> bool
Public MustOverride 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

True if the Property was found

Implements

Applies to