DeviceAccountConfiguration.CardDavServerUrl 属性

定义

获取或设置 CardDav 服务器的地址。

public:
 property Uri ^ CardDavServerUrl { Uri ^ get(); void set(Uri ^ value); };
Uri CardDavServerUrl();

void CardDavServerUrl(Uri value);
public System.Uri CardDavServerUrl { get; set; }
var uri = deviceAccountConfiguration.cardDavServerUrl;
deviceAccountConfiguration.cardDavServerUrl = uri;
Public Property CardDavServerUrl As Uri

属性值

CardDav 服务器的地址。

Windows 要求

要求 说明
设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
userDataAccountsProvider

适用于