Discuss this help topic in SecureBlackbox Forum

TElOneDriveUserInfo.ID

TElOneDriveUserInfo     See also     


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


User's ID.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID: string;

[C++]
    void get_ID(std::string &OutResult);
    void set_ID(const std::string &Value);

[PHP]
    string get_ID()
    void set_ID(string $Value)

[Java]
    String getID();
    void setID(String Value);

Description

    Specifies user's ID.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum