Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.SupportsSharedLock

TElWebDAVStorageObject     See also     


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


Specifies if the object supports shared locks.

Declaration

[C#]
    bool SupportsSharedLock;

[VB.NET]
    Property SupportsSharedLock As Boolean

[Pascal]
    property SupportsSharedLock : boolean;

[C++]
    bool get_SupportsSharedLock();

[PHP]
    bool get_SupportsSharedLock()

[Java]
    boolean getSupportsSharedLock();

Description

    Use this read-only property to check if the object supports shared locks.

See also:     Locks     SupportsExclusiveLock    

Discuss this help topic in SecureBlackbox Forum