GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.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 String _
    ) As Task
    public Task Search( 
       string name
    )

    Parameters

    name
    See Also