Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.Storage

TElOneDriveDataStorageObject     


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


The component that handles that provides an interface to the remote storage.

Declaration

[C#]
    TElOneDriveDataStorage Storage;

[VB.NET]
    Property Storage As TElOneDriveDataStorage

[Pascal]
    property Storage: TElOneDriveDataStorage;

[C++]
    TElOneDriveDataStorage* get_Storage();

[PHP]
    TElOneDriveDataStorage get_Storage()

[Java]
    TElOneDriveDataStorage getStorage();

Description

    Use this property to get a reference to the TElOneDriveDataStorage component that provides an interface to the remote storage.

Discuss this help topic in SecureBlackbox Forum