DeviceAccountConfiguration.DeviceAccountTypeId 属性

定义

获取或设置标识设备帐户类型的值。

public:
 property Platform::String ^ DeviceAccountTypeId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DeviceAccountTypeId();

void DeviceAccountTypeId(winrt::hstring value);
public string DeviceAccountTypeId { get; set; }
var string = deviceAccountConfiguration.deviceAccountTypeId;
deviceAccountConfiguration.deviceAccountTypeId = string;
Public Property DeviceAccountTypeId As String

属性值

String

Platform::String

winrt::hstring

标识设备帐户类型的值。

注解

此属性的有效值为:

帐户类型ID
Exchange ActiveSync6833942B-ABDA-4C20-9757-4F9252396BD4
通过 Exchange Active Sync 的 GoogleE288529A-1917-4985-897F-34D8121EBFC3
Internet 邮件 (Pop/IMAP) DC23EAD7-BBF2-44D7-A791-6B2B7580F0C2
通过 IMAP/CardDAV/CalDAV 通过 Google0A95CDAA-C7EB-4133-9793-75E13089F082
通过 IMAP/CardDAV/CalDAV 的 iCloud45157403-77C9-4E68-9485-6DD9A79D534A

将来可能会添加其他值,因此应使用默认大小写来处理未知值。

适用于