Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalMemoryBackend.CardDAVPrefix

TElWebDAVPrincipalMemoryBackend     See also     


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


Specifies CardDAV prefix.

Declaration

[C#]
    string CardDAVPrefix;

[VB.NET]
    Property CardDAVPrefix As String

[Pascal]
    property CardDAVPrefix : string;

[C++]
    void get_CardDAVPrefix(std::string &OutResult);
    void set_CardDAVPrefix(const std::string &Value);

[PHP]
    string get_CardDAVPrefix()
    void set_CardDAVPrefix(string $Value)

[Java]
    String getCardDAVPrefix();
    void setCardDAVPrefix(String Value);

Description

    Use this property to get or set CardDAV prefix.

See also:     CalDAVPrefix    

Discuss this help topic in SecureBlackbox Forum