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

In This Topic
    Notes Property (Task)
    In This Topic
    Gets or sets notes associated with this task.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Notes As System.String
    public override System.string Notes {get; set;}
    See Also