Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.ETag

TElGoogleDriveAccountInfo     See also     


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


Returns the account info's ETag.

Declaration

[C#]
    string ETag;

[VB.NET]
    Property ETag As String

[Pascal]
    property ETag: string;

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

[PHP]
    string get_ETag()

[Java]
    String getETag();

Description

    Use this property to get the ETag of the account info.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum