FacetInfo.GetTargetProperty(String, Object) Method

Definition

Given a property name and a target object, this method returns the value of that property as seen on the target by this facet.

public object GetTargetProperty (string propName, object target);
member this.GetTargetProperty : string * obj -> obj
Public Function GetTargetProperty (propName As String, target As Object) As Object

Parameters

propName
String
target
Object

Returns

Applies to