Discuss this help topic in SecureBlackbox Forum

TElDirInfo.RemoveAndAddProperty

TElDirInfo     See also     


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


Removes a property to the list and adds a new one.

Declaration

[C#]
    void RemoveAndAddProperty(TElDirInfoProperty Prop);

[VB.NET]
    Sub RemoveAndAddProperty(ByVal Prop As TElDirInfoProperty)

[Pascal]
    procedure RemoveAndAddProperty(Prop : TElDirInfoProperty);

[C++]
    void RemoveAndAddProperty(TElDirInfoProperty &Prop);
    void RemoveAndAddProperty(TElDirInfoProperty *Prop);

[PHP]
    void RemoveAndAddProperty(TElDirInfoProperty $Prop)

[Java]
    void removeAndAddProperty(TElDirInfoProperty Prop);

Parameters

  • Prop - the property to be added to the list.

Description

    Given a property object, this method removes an existing property with the same name, and adds the new one to the list.

See also:     RemoveProperty     Properties    

Discuss this help topic in SecureBlackbox Forum