Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.UnlockTime

TElWebDAVLock     See also     


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


Specifies lock expiration time.

Declaration

[C#]
    DateTime UnlockTime;

[VB.NET]
    Property UnlockTime As DateTime

[Pascal]
    property UnlockTime : TDateTime;

[C++]
    int64_t get_UnlockTime();

[PHP]
    DateTime get_UnlockTime()

[Java]
    Date getUnlockTime();

Description

    Use this property to check the lock expiration time.

See also:     Timeout     TTL     Unlocked    

Discuss this help topic in SecureBlackbox Forum