Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.InUse

TElWebDAVLock     See also     


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


Specifies if the lock is currently in use.

Declaration

[C#]
    bool InUse;

[VB.NET]
    Property InUse As Boolean

[Pascal]
    property InUse : boolean;

[C++]
    bool get_InUse();

[PHP]
    bool get_InUse()

[Java]
    boolean getInUse();

Description

    This property returns True if the lock is currently in use, and False otherwise.

See also:     BeginUse     EndUse    

Discuss this help topic in SecureBlackbox Forum