SimpleNodeAdapter.GetProperty(Object, String) Method

Definition

Get the named Property of the specified object. The default implementation resolve the property by reflection.

public virtual object GetProperty (object reference, string propertyName);
abstract member GetProperty : obj * string -> obj
override this.GetProperty : obj * string -> obj
Public Overridable Function GetProperty (reference As Object, propertyName As String) As Object

Parameters

reference
Object
propertyName
String

Returns

Applies to