Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveProperty.Key

TElGoogleDriveProperty     See also     


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


The key of this property.

Declaration

[C#]
    string Key;

[VB.NET]
    Property Key As String

[Pascal]
    property Key: string;

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

[PHP]
    string get_Key()

[Java]
    String getKey();

Description

    Returns the key of this property.

See also:     Value    

Discuss this help topic in SecureBlackbox Forum