ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.Integer _
    ) As ResourceRef
    public ResourceRef Search( 
       System.int resourceID
    )

    Parameters

    resourceID
    See Also