Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Kind

TElGoogleDriveDataStorageObject     See also     


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


Returns object's kind.

Declaration

[C#]
    string Kind;

[VB.NET]
    Property Kind As String

[Pascal]
    property Kind: string;

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

[PHP]
    string get_Kind()

[Java]
    String getKind();

Description

    Use this property to check what kind of object this is: a file, a permission, a user, etc.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum