Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Comments

TElGoogleDriveDataStorageObject     See also     


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


Returns the comments to the object.

Declaration

[C#]
    TElGoogleDriveComments Comments;

[VB.NET]
    Property Comments As TElGoogleDriveComments

[Pascal]
    property Comments: TElGoogleDriveComments;

[C++]
    TElGoogleDriveComments* get_Comments();

[PHP]
    TElGoogleDriveComments get_Comments()

[Java]
    TElGoogleDriveComments getComments();

Description

    Use this property to get the object's comments.

See also:     Description    

Discuss this help topic in SecureBlackbox Forum