GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceStorage Class / Find Method / Find(String,Object) Method

In This Topic
    Find(String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Find( _
       ByVal propertyName As String, _
       ByVal key As Object _
    ) As Integer
    public int Find( 
       string propertyName,
       object key
    )

    Parameters

    propertyName
    key
    See Also