Discuss this help topic in SecureBlackbox Forum

TElWebDAVPropertyInfo.NS

TElWebDAVPropertyInfo     See also     


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


Specifies namespace of the property.

Declaration

[C#]
    string NS;

[VB.NET]
    Property NS As String

[Pascal]
    property NS : string;

[C++]
    void get_NS(std::string &OutResult);
    void set_NS(const std::string &Value);

[PHP]
    string get_NS()
    void set_NS(string $Value)

[Java]
    String getNS();
    void setNS(String Value);

Description

    Specifies the namespace of the DAV property.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum