Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalMemoryBackend.CalDAVPrefix

TElWebDAVPrincipalMemoryBackend     See also     


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


Specifies CalDAV prefix.

Declaration

[C#]
    string CalDAVPrefix;

[VB.NET]
    Property CalDAVPrefix As String

[Pascal]
    property CalDAVPrefix : string;

[C++]
    void get_CalDAVPrefix(std::string &OutResult);
    void set_CalDAVPrefix(const std::string &Value);

[PHP]
    string get_CalDAVPrefix()
    void set_CalDAVPrefix(string $Value)

[Java]
    String getCalDAVPrefix();
    void setCalDAVPrefix(String Value);

Description

    Use this property to get or set CalDAV prefix.

See also:     CardDAVPrefix    

Discuss this help topic in SecureBlackbox Forum