Gets or sets the name of the activity.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public string ActivityName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActivityName As String |
A string specifying a human-readable name of the activity.
See Also