ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / TaskCollection Class / Search Method / Search(String) Method

In This Topic
    Search(String) Method
    In This Topic
    Searches for a Task with the specified Name.
    Syntax
    'Declaration
     
    Public Overloads Function Search( _
       ByVal name As System.String _
    ) As Task
    public Task Search( 
       System.string name
    )

    Parameters

    name
    See Also