DeviceAccountConfiguration.CalDavServerUrl 属性

定义

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

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

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

属性值

CalDav 服务器的地址。

Windows 要求

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

适用于