Discuss this help topic in SecureBlackbox Forum

TElOneDriveComments.Owner

TElOneDriveComments     See also     


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


The object which is commented.

Declaration

[C#]
    TElOneDriveDataStorageObject Owner;

[VB.NET]
    Property Owner As TElOneDriveDataStorageObject

[Pascal]
    property Owner: TElOneDriveDataStorageObject;

[C++]
    TElOneDriveDataStorageObject* get_Owner();

[PHP]
    TElOneDriveDataStorageObject get_Owner()

[Java]
    TElOneDriveDataStorageObject getOwner();

Description

    Use this property to get the object that owns this list of comments.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum