Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.SupportsExclusiveLock

TElWebDAVStorageObject     See also     


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


Specifies if the object supports exclusive locks.

Declaration

[C#]
    bool SupportsExclusiveLock;

[VB.NET]
    Property SupportsExclusiveLock As Boolean

[Pascal]
    property SupportsExclusiveLock : boolean;

[C++]
    bool get_SupportsExclusiveLock();

[PHP]
    bool get_SupportsExclusiveLock()

[Java]
    boolean getSupportsExclusiveLock();

Description

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

See also:     Locks     SupportsSharedLock    

Discuss this help topic in SecureBlackbox Forum