Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.Collection

TElWebDAVStorageObject     


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


Specifies if the object is a collection.

Declaration

[C#]
    bool Collection;

[VB.NET]
    Property Collection As Boolean

[Pascal]
    property Collection : boolean;

[C++]
    bool get_Collection();

[PHP]
    bool get_Collection()

[Java]
    boolean getCollection();

Description

    This read-only property specifies if the object is a collection, or not.

Discuss this help topic in SecureBlackbox Forum