Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.Unlocked

TElWebDAVLock     See also     


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


Specifies if the lock is active.

Declaration

[C#]
    bool Unlocked;

[VB.NET]
    Property Unlocked As Boolean

[Pascal]
    property Unlocked : boolean;

[C++]
    bool get_Unlocked();

[PHP]
    bool get_Unlocked()

[Java]
    boolean getUnlocked();

Description

    If this property value is True, the corresponding resource is unlocked.

See also:     Unlock     UnlockTime    

Discuss this help topic in SecureBlackbox Forum