Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComments.Owner

TElGoogleDriveComments     


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


Returns the comments owner.

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 property to get a reference to the storage object that owns the comments.

Discuss this help topic in SecureBlackbox Forum