Discuss this help topic in SecureBlackbox Forum

TElWebDAVFilter.Name

TElWebDAVFilter     


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


Specifies the "name" attribute of the filter.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : string;

[C++]
    void get_Name(std::string &OutResult);
    void set_Name(const std::string &Value);

[PHP]
    string get_Name()
    void set_Name(string $Value)

[Java]
    String getName();
    void setName(String Value);

Description

    Use this property to specify the "name" attribute of the filter. Depending on the type of the filter, this could be, e.g., a property name.

Discuss this help topic in SecureBlackbox Forum