Discuss this help topic in SecureBlackbox Forum
This topic is under development.
Declaration
[VB.NET]
Property MetadataURL As String
[Pascal]
property MetadataURL : string;
[C++]
void get_MetadataURL(std::string &OutResult);
void set_MetadataURL(const std::string &Value);
[PHP]
string get_MetadataURL()
void set_MetadataURL(string $Value)
[Java]
String getMetadataURL();
void setMetadataURL(String Value);
Description
This property specifies the location of the SP's metadata relative to URL.
The default value is '/sp/metadata'.
Discuss this help topic in SecureBlackbox Forum