Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.Scope

TElGoogleDrivePermission     


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


Returns the permission's scope.

Declaration

[C#]
    TSBGoogleDrivePermissionScope Scope;

[VB.NET]
    Property Scope As TSBGoogleDrivePermissionScope

[Pascal]
    property Scope: TSBGoogleDrivePermissionScope;

[C++]
    TSBGoogleDrivePermissionScope get_Scope();

[PHP]
    integer get_Scope()

[Java]
    TSBGoogleDrivePermissionScope getScope();

TSBGoogleDrivePermissionScope values:

Description

    Use this property to get the permission's scope.

Discuss this help topic in SecureBlackbox Forum