ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / NextID Property

In This Topic
    NextID Property (Task)
    In This Topic
    Gets the next object's ID in collection.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property NextID As System.Integer
    public override System.int NextID {get; set;}
    See Also