Discuss this help topic in SecureBlackbox Forum

TElDirInfoPropertiesList.SubProperties

TElDirInfoPropertiesList     See also     


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


Returns list items by index.

Declaration

[C#]
    TElDirInfoProperty SubProperties[int Index];

[VB.NET]
    Property SubProperties(ByVal Index As Integer) As TElDirInfoProperty

[Pascal]
    property SubProperties[Index : integer] : TElDirInfoProperty;

[C++]
    TElDirInfoProperty* get_SubProperties(int32_t Index);

[PHP]
    TElDirInfoProperty get_SubProperties(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to access individual subproperties (nested properties) by index.

See also:     SubPropertyCount    

Discuss this help topic in SecureBlackbox Forum