Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / Item Property
The zero-based index of the element to get or set.

In This Topic
    Item Property (AppointmentStorage)
    In This Topic
    Gets or sets the list element at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public virtual object this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the element to get or set.
    See Also