ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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