Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.Token

TElWebDAVLock     See also     


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


Contains the lock token.

Declaration

[C#]
    string Token;

[VB.NET]
    Property Token As String

[Pascal]
    property Token : string;

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

[PHP]
    string get_Token()

[Java]
    String getToken();

Description

    This property contains the lock token. Lock token is a string (state token) that identifies a particular lock, and is generated

See also:     ToIfHeader     ToString    

Discuss this help topic in SecureBlackbox Forum