GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Integer
    public override int ID {get; set;}
    See Also