Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.OwnerCount

TElGoogleDriveDataStorageObject     See also     


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


Returns the number of object owners.

Declaration

[C#]
    int OwnerCount;

[VB.NET]
    Property OwnerCount As Integer

[Pascal]
    property OwnerCount: integer;

[C++]
    int32_t get_OwnerCount();

[PHP]
    integer get_OwnerCount()

[Java]
    int getOwnerCount();

Description

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

See also:     Owners     OwnerNames    

Discuss this help topic in SecureBlackbox Forum