Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.Author

TElGoogleDriveReply     See also     


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


Returns the author of the reply.

Declaration

[C#]
    TElGoogleDriveUser Author;

[VB.NET]
    Property Author As TElGoogleDriveUser

[Pascal]
    property Author: TElGoogleDriveUser;

[C++]
    TElGoogleDriveUser* get_Author();

[PHP]
    TElGoogleDriveUser get_Author()

[Java]
    TElGoogleDriveUser getAuthor();

Description

    Use this property to check the user who left this reply.

See also:     CreatedDate     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum