Discuss this help topic in SecureBlackbox Forum

TElGoogleDataStorageObject.ID

TElGoogleDataStorageObject     See also     


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


Specifies object ID.

Declaration

[C#/Java]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID : string;

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

[PHP]
    string get_ID()

Description

    Use this property to get object's ID, as it is retrieved by ParseEntry.

See also:     ParseEntry     ResourceId    

Discuss this help topic in SecureBlackbox Forum