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

In This Topic
    ResourceNames Property (BaseTask)
    In This Topic
    Gets a string with the list of resources used by this task.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property ResourceNames As System.String
    public abstract System.string ResourceNames {get;}
    See Also