Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveProperty.ETag

TElGoogleDriveProperty     


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


The ETag for this resource.

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 for this property.

Discuss this help topic in SecureBlackbox Forum