ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / Task Class / Name Property

In This Topic
    Name Property (Task)
    In This Topic
    Gets or sets the task name.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Name As System.String
    public override System.string Name {get; set;}
    See Also