SimpleNodeAdapter.GetProperty(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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