Gets or sets a string identifying the name of the target activity, or an empty string, if the dependency does not have a target activity. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public string To { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property To As String |
A string identifying the target activity.
See Also