Discuss this help topic in SecureBlackbox Forum

TElDirInfo.RemoveProperty

TElDirInfo     See also     


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


Removes property from the list given its name.

Declaration

[C#]
    void RemoveProperty(string Name);

[VB.NET]
    Sub RemoveProperty(ByVal Name As String)

[Pascal]
    procedure RemoveProperty(const Name : string);

[C++]
    void RemoveProperty(const std::string &Name);

[PHP]
    void RemoveProperty(string $Name)

[Java]
    void removeProperty(String Name);

Parameters

  • Name - the name of the property to be removed.

Description

    Use this method to remove a property from the list.

See also:     RemoveAndAddProperty     Properties    

Discuss this help topic in SecureBlackbox Forum