Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Owners

TElGoogleDriveDataStorageObject     See also     


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


A list of owners of the object.

Declaration

[C#]
    TElGoogleDriveUser Owners[int Index];

[VB.NET]
    Property Owners(ByVal Index As Integer) As TElGoogleDriveUser

[Pascal]
    property Owners[Index: integer]: TElGoogleDriveUser;

[C++]
    TElGoogleDriveUser* get_Owners(int32_t Index);

[PHP]
    TElGoogleDriveUser get_Owners(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired owner in the list. The indexing starts with 0.

Description

    Use this property to access the list of owners of the object.

See also:     OwnerCount     OwnerNames    

Discuss this help topic in SecureBlackbox Forum