GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceCollection Class / Item Property / Item(Guid) Property

In This Topic
    Item(Guid) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As Guid _
    ) As Resource
    public Resource Item( 
       Guid key
    ) {get;}

    Parameters

    key
    See Also