ArcObjects Library Reference (Editor)  

IEditTaskName.UniqueName Property

The name of the edit task.

[Visual Basic .NET]
Public ReadOnly Property UniqueName As String
[C#]
public string UniqueName {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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".

See Also

IEditTaskName Interface