Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.Storage

TElWebDAVStorageObject     See also     


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


The client that has access to the object's storage.

Declaration

[C#]
    TElWebDAVClient Storage;

[VB.NET]
    Property Storage As TElWebDAVClient

[Pascal]
    property Storage : TElWebDAVClient;

[C++]
    TElWebDAVClient* get_Storage();

[PHP]
    TElWebDAVClient get_Storage()

[Java]
    TElWebDAVClient getStorage();

Description

    This property references a WebDAV client that has the access to the storage to which the object belongs.

See also:     Constructor    

Discuss this help topic in SecureBlackbox Forum