ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceStorage Class / Item Property

In This Topic
    Item Property (ResourceStorage)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Object
    public virtual System.object this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also