Discuss this help topic in SecureBlackbox Forum
Specifies namespace of the property.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum