GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceCollection Class / Search Method / Search(Int32) Method

In This Topic
    Search(Int32) Method
    In This Topic
    Searches for a Resource with the specified ID.
    Syntax
    'Declaration
     
    Public Overloads Function Search( _
       ByVal id As Integer _
    ) As Resource
    public Resource Search( 
       int id
    )

    Parameters

    id
    See Also