次の方法で共有


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 Active Sync6833942B-ABDA-4C20-9757-4F9252396BD4
Exchange Active Sync 経由の GoogleE288529A-1917-4985-897F-34D8121EBFC3
インターネット メール (Pop/IMAP)DC23EAD7-BBF2-44D7-A791-6B2B7580F0C2
IMAP/CardDAV/CalDAV 経由の Google0A95CDAA-C7EB-4133-9793-75E13089F082
IMAP/CardDAV/CalDAV 経由の iCloud45157403-77C9-4E68-9485-6DD9A79D534A

今後、他の値が追加される可能性があるため、不明な値を処理するための既定のケースが必要です。

適用対象