Discuss this help topic in SecureBlackbox Forum

TElOneDriveFriend.Name

TElOneDriveFriend     See also     


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


The friend's ID.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name: string;

[C++]
    void get_Name(std::string &OutResult);

[PHP]
    string get_Name()

[Java]
    String getName();

Description

    Use this property to get the friend's ID.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum