Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.Comments

TElOneDriveDataStorageObject     See also     


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


Returns the comments associated with this object.

Declaration

[C#]
    TElOneDriveComments Comments;

[VB.NET]
    Property Comments As TElOneDriveComments

[Pascal]
    property Comments: TElOneDriveComments;

[C++]
    TElOneDriveComments* get_Comments();

[PHP]
    TElOneDriveComments get_Comments()

[Java]
    TElOneDriveComments getComments();

Description

    Use this property to get the comments to this object.

See also:     Description    

Discuss this help topic in SecureBlackbox Forum