ActivityPropertyReference.TargetProperty Property

Definition

Gets or sets the name of the property being set on the target object.

public:
 property System::String ^ TargetProperty { System::String ^ get(); void set(System::String ^ value); };
public string TargetProperty { get; set; }
member this.TargetProperty : string with get, set
Public Property TargetProperty As String

Property Value

The name of the property being set on the target object.

Applies to