ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / Name Property

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