This document is archived and information here might be outdated. Recommended version. |
The name of the edit task.
[Visual Basic .NET]
Public ReadOnly Property UniqueName As String
[C#]
public string UniqueName {get;}
UniqueName should be composed of two parts, the compiled DLL name and the name given to the task by the author separated by an underscore character. For example, the Create New Feature task's UniqueName is "GarciaUI_CreateNewFeatureTask".