Discuss this help topic in SecureBlackbox Forum
Returns a vanity URL of the shared resource.
Declaration
[VB.NET]
Property VanityURL As String
[Pascal]
property VanityURL: string;
[C++]
void get_VanityURL(std::string &OutResult);
[PHP]
string get_VanityURL()
[Java]
String getVanityURL();
Description
Use this property to get the vanity URL of the shared resource if it exists.
Discuss this help topic in SecureBlackbox Forum