Discuss this help topic in SecureBlackbox Forum

TElOneDriveTag.ID

TElOneDriveTag     See also     


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


The ID of the tagged user.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID: string;

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

[PHP]
    string get_ID()

[Java]
    String getID();

Description

    Use this property to check the user ID of the tagged user, if they have one.

See also:     User    

Discuss this help topic in SecureBlackbox Forum