Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilege.NS

TElWebDAVSupportedPrivilege     See also     


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


Namespace of the privilegy.

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

    Use this property to get the namespace of the XML element describing this privilegy.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum