Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.PermissionID

TElGoogleDriveAccountInfo     See also     


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


Returns the user's ID as visible in the permissions collection.

Declaration

[C#]
    string PermissionID;

[VB.NET]
    Property PermissionID As String

[Pascal]
    property PermissionID: string;

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

[PHP]
    string get_PermissionID()

[Java]
    String getPermissionID();

Description

    Use this property to get the user's ID as visible in the permissions collection.

See also:     User    

Discuss this help topic in SecureBlackbox Forum