Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.Owner

TElGoogleDriveReply     See also     


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


Returns a reference to the file to which this reply refers.

Declaration

[C#]
    TElGoogleDriveComment Owner;

[VB.NET]
    Property Owner As TElGoogleDriveComment

[Pascal]
    property Owner: TElGoogleDriveComment;

[C++]
    TElGoogleDriveComment* get_Owner();

[PHP]
    TElGoogleDriveComment get_Owner()

[Java]
    TElGoogleDriveComment getOwner();

Description

    Use this property to get a reference to the data object which this reply concerns.

See also:     Author    

Discuss this help topic in SecureBlackbox Forum