Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveProperties.Owner

TElGoogleDriveProperties     


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


Returns the owner of the property list.

Declaration

[C#]
    TElGoogleDriveDataStorageObject Owner;

[VB.NET]
    Property Owner As TElGoogleDriveDataStorageObject

[Pascal]
    property Owner: TElGoogleDriveDataStorageObject;

[C++]
    TElGoogleDriveDataStorageObject* get_Owner();

[PHP]
    TElGoogleDriveDataStorageObject get_Owner()

[Java]
    TElGoogleDriveDataStorageObject getOwner();

Description

    Use this method to get a reference to the file object to which these properties belong.

Discuss this help topic in SecureBlackbox Forum