FacetInfo.GetTargetProperty(String, Object) 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.
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