Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.URL

TElWebDAVLock     See also     


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


Specifies URL of the locked resource.

Declaration

[C#]
    string URL;

[VB.NET]
    Property URL As String

[Pascal]
    property URL : string;

[C++]
    void get_URL(std::string &OutResult);

[PHP]
    string get_URL()

[Java]
    String getURL();

Description

    This property contains the URL of the locked resource.

See also:     Depth    

Discuss this help topic in SecureBlackbox Forum