Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageContainerList.Containers

TElWinAzureDataStorageContainerList     See also     


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


Provides access to the list elements.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Containers[Index : integer] : TElWinAzureDataStorageContainer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get data containers from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum