Class ActivityPropertyReference
Inheritance
System.Object
ActivityPropertyReference
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class ActivityPropertyReference : Object
Constructors
ActivityPropertyReference()
Declaration
public ActivityPropertyReference()
Properties
SourceProperty
Declaration
public string SourceProperty { get; set; }
Property Value
System.String
|
TargetProperty
Declaration
public string TargetProperty { get; set; }
Property Value
System.String
|