Discuss this help topic in SecureBlackbox Forum

TElDirInfo.Properties

TElDirInfo     See also     


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


Contains a list of properties.

Declaration

[C#]
    TElDirInfoPropertiesList Properties[string Index];

[VB.NET]
    Property Properties(ByVal Index As String) As TElDirInfoPropertiesList

[Pascal]
    property Properties[Index : string] : TElDirInfoPropertiesList;

[C++]
    TElDirInfoPropertiesList* get_Properties(const std::string &Index);

[PHP]
    TElDirInfoPropertiesList get_Properties(string $Index)

[Java]
    not available

Parameters

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

Description

    Contains a list of vCard/vCalendar properties.

See also:     PropertyCount    

Discuss this help topic in SecureBlackbox Forum