Discuss this help topic in SecureBlackbox Forum

TElDirInfoProperty.Attributes

TElDirInfoProperty     See also     


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


Provides access to the property attributes.

Declaration

[C#]
    TElDirInfoAttribute Attributes[int Index];

[VB.NET]
    Property Attributes(ByVal Index As Integer) As TElDirInfoAttribute

[Pascal]
    property Attributes[Index : integer] : TElDirInfoAttribute;

[C++]
    TElDirInfoAttribute* get_Attributes(int32_t Index);

[PHP]
    TElDirInfoAttribute get_Attributes(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired attribute starting from 0.

Description

    Provides access to the property attributes.

See also:     AttributeCount     AttributeByName    

Discuss this help topic in SecureBlackbox Forum