GanttItemInfo.TaskRelations Property
NOTE: This member is now obsolete. Use Qdv.UserApi.IGanttItemInfo.TaskRelations instead.
<Obsolete("Use Qdv.UserApi.IGanttItemInfo.TaskRelations instead.")> _
Public Property TaskRelations() As List(Of TaskRelation)
This language is not supported or no code example is available.
Property Value
List<TaskRelation>A collection of TaskRelation object which defines how the current task is constrained by other tasks.
This has not effect for a group.