GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceRefCollection Class / Search Method

In This Topic
    Search Method (ResourceRefCollection)
    In This Topic
    Searches for a ResourceRef with the specified ID of the resource.
    Syntax
    'Declaration
     
    Public Function Search( _
       ByVal resourceID As Integer _
    ) As ResourceRef
    public ResourceRef Search( 
       int resourceID
    )

    Parameters

    resourceID
    See Also