Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.ID

TElGoogleDriveReply     


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


The ID of the reply.

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 this reply.

Discuss this help topic in SecureBlackbox Forum