Discuss this help topic in SecureBlackbox Forum

TElCompoundFileCustomEntry.Storage

TElCompoundFileCustomEntry     See also     


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


Specifies the storage.

Declaration

[C#]
    TElCompoundFileStorage Storage;

[VB.NET]
    Property Storage As TElCompoundFileStorage

[Pascal]
    property Storage : TElCompoundFileStorage;

[C++]
    TElCompoundFileStorage* get_Storage();

[PHP]
    TElCompoundFileStorage get_Storage()

[Java]
    TElCompoundFileStorage getStorage();

Description

    Use this read-only property to get the storage which the entry belongs to.

See also:     Parent    

Discuss this help topic in SecureBlackbox Forum