Discuss this help topic in SecureBlackbox Forum

TElDirInfoProperty.RemoveAttribute

TElDirInfoProperty     See also     


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


Removes an attribute from the list.

Declaration

[C#]
    void RemoveAttribute(int Index);

[VB.NET]
    Sub RemoveAttribute(ByVal Index As Integer)

[Pascal]
    procedure RemoveAttribute(Index : integer);

[C++]
    void RemoveAttribute(int32_t Index);

[PHP]
    void RemoveAttribute(integer $Index)

[Java]
    void removeAttribute(int Index);

Parameters

  • Index - the index of the attribute to be deleted, starting from 0.

Description

    Use this method to remove the specified attribute from the list.

See also:     Attributes     AddAttribute    

Discuss this help topic in SecureBlackbox Forum