[]
Gets or sets the text displayed for the task in the Jump List.
public string Title { get; set; }
You can visually separate items in a Jump List by creating a C1JumpTask that does not have a Title specified. This empty C1JumpTask will be displayed as a horizontal line in the Jump List. In this case, other properties can be set, but they will not have any effect.