Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.Timeout

TElWebDAVLock     See also     


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


Specifies the lock timeout.

Declaration

[C#]
    long Timeout;

[VB.NET]
    Property Timeout As Long

[Pascal]
    property Timeout : Int64;

[C++]
    int64_t get_Timeout();

[PHP]
    integer get_Timeout()

[Java]
    long getTimeout();

Description

    This property specifies the lock timeout in seconds. To simply check the lock expiration time, use the UnlockTime property.

See also:     UnlockTime    

Discuss this help topic in SecureBlackbox Forum