次の方法で共有


ContactConnectedServiceAccount.ServiceName プロパティ

定義

連絡先の接続済みサービス アカウントのサービス名を取得または設定します。 サービス名の最大文字列長は 256 文字です。

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

void ServiceName(winrt::hstring value);
public string ServiceName { get; set; }
var string = contactConnectedServiceAccount.serviceName;
contactConnectedServiceAccount.serviceName = string;
Public Property ServiceName As String

プロパティ値

String

Platform::String

winrt::hstring

連絡先の接続済みサービス アカウントのサービス名。 サービス名の最大文字列長は 256 文字です。

Windows の要件

アプリの機能
contactsSystem

適用対象