Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.ID

TElOneDriveDataStorageObject     See also     


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


The ID of the user who uploaded the object.

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 get the ID of the user who uploaded the object.

See also:     From     ObjectType    

Discuss this help topic in SecureBlackbox Forum