Share via


TargetPropertyPath.Target Property

Definition

Gets or sets the object that contains the property described by Path.

public:
 property Platform::Object ^ Target { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Target();

void Target(IInspectable value);
public object Target { get; set; }
var object = targetPropertyPath.target;
targetPropertyPath.target = object;
Public Property Target As Object

Property Value

Object

Platform::Object

IInspectable

The object that contains the property described by Path.

Applies to