Discuss this help topic in SecureBlackbox Forum

TElWebDAVProperty.NS

TElWebDAVProperty     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);

[PHP]
    string get_NS()

[Java]
    String getNS();

Description

    Specifies the namespace of the DAV property.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum