Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.Link

TElOneDriveUserInfo     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


URL to view user info on OneDrive.

Declaration

[C#]
    string Link;

[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