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