DynamicTypeWrapper.TryGetPropertyValue(String, Object) Method

Definition

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

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

Parameters

propertyName
String

The name of the Property

value
Object

The new value of the Property

Returns

True if successful

Applies to