Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReplies.Items

TElGoogleDriveReplies     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Provides access to the list elements.

Declaration

[C#]
    TElGoogleDriveReply Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElGoogleDriveReply

[Pascal]
    property Items[Index: integer]: TElGoogleDriveReply;

[C++]
    TElGoogleDriveReply* get_Items(int32_t Index);

[PHP]
    TElGoogleDriveReply get_Items(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list starting from 0.

Description

    Use this property to get the desired reply from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum