Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / ResourceList Class / Item Property

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

    Parameters

    index
    See Also