Share via


IDelta.TryGetPropertyValue(String, Object) Method

Definition

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

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

Applies to