Discuss this help topic in SecureBlackbox Forum

TElDirInfoProperty.AddAttribute

TElDirInfoProperty     See also     


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


Adds an attribute to the list.

Declaration

[C#]
    void AddAttribute(TElDirInfoAttribute Attr);

[VB.NET]
    Sub AddAttribute(ByVal Attr As TElDirInfoAttribute)

[Pascal]
    procedure AddAttribute(Attr : TElDirInfoAttribute);

[C++]
    void AddAttribute(TElDirInfoAttribute &Attr);
    void AddAttribute(TElDirInfoAttribute *Attr);

[PHP]
    void AddAttribute(TElDirInfoAttribute $Attr)

[Java]
    void addAttribute(TElDirInfoAttribute Attr);

Parameters

  • Attr - the attribute to be added to the list.

Description

    Use this method to add a new item to the list.

See also:     Attributes     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum