Discuss this help topic in SecureBlackbox Forum
URL to view user info on OneDrive.
Declaration
[VB.NET]
Property Link As String
[Pascal]
property Link: string;
[C++]
void get_Link(std::string &OutResult);
void set_Link(const std::string &Value);
[PHP]
string get_Link()
void set_Link(string $Value)
[Java]
String getLink();
void setLink(String Value);
Description
Use this property to get the URL to view user info on OneDrive.
Discuss this help topic in SecureBlackbox Forum