Discuss this help topic in SecureBlackbox Forum

TElCardDavSupportedAddressData.Version

TElCardDavSupportedAddressData     


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


Specifies the vCard version.

Declaration

[C#]
    string Version;

[VB.NET]
    Property Version As String

[Pascal]
    property Version : string;

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

[PHP]
    string get_Version()

[Java]
    not available

Description

    Use this property to get the vCard version for which this media type is applicable.

Discuss this help topic in SecureBlackbox Forum