Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.OwnerNames

TElGoogleDriveDataStorageObject     See also     


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


Names of the owners of the object.

Declaration

[C#]
    String[] OwnerNames;

[VB.NET]
    Property OwnerNames As String[]

[Pascal]
    property OwnerNames: StringArray;

[C++]
    void get_OwnerNames(TStringList &OutResult);

[PHP]
    TStringList get_OwnerNames()

[Java]
    String[] getOwnerNames();

Parameters

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

Description

    Use this property to get the names of the object owners.

See also:     OwnerCount     Owners    

Discuss this help topic in SecureBlackbox Forum