Discuss this help topic in SecureBlackbox Forum

TElWebDAVPropertyInfo.Name

TElWebDAVPropertyInfo     See also     


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


Specifies the name of the DAV property.

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

    Specifies the name of the DAV property. For DAV properties, the name of the property is also the same as the name of the XML element that contains its value.

See also:     NS     Value    

Discuss this help topic in SecureBlackbox Forum