Discuss this help topic in SecureBlackbox Forum

TElXMLProperties.Properties

TElXMLProperties     See also     


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


Get a property from the list.

Declaration

[C#]
    TElXMLProperty Properties[int Index];

[VB.NET]
    Property Properties(ByVal Index As Integer) As TElXMLProperty

[Pascal]
    property Properties[Index : integer] : TElXMLProperty;

[C++]
    TElXMLProperty* get_Properties(int32_t Index);

[PHP]
    TElXMLProperty get_Properties(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to access the instances of TElXMLProperty class, contained in the property list.

See also:     Count     Add    

Discuss this help topic in SecureBlackbox Forum