Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.Owner

TElWebDAVLock     


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


Specifies lock's owner.

Declaration

[C#]
    string Owner;

[VB.NET]
    Property Owner As String

[Pascal]
    property Owner : string;

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

[PHP]
    string get_Owner()

[Java]
    String getOwner();

Description

    Use this property to get the owner of the lock.

Discuss this help topic in SecureBlackbox Forum