Sets the task tag.

C# |
public string TaskTag { set; }

The task tag is just a string that will be associated with the created task. Maximum length 128 characters. Default value is "", which means that no task tag is associated with the task.
C# |
public string TaskTag { set; }