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

In This Topic
    ID Property (Task)
    In This Topic
    Gets or sets the object's auto-generated ID.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property ID As System.Integer
    public override System.int ID {get; set;}
    See Also