次の方法で共有


UserDataAccount.EnterpriseId プロパティ

定義

ユーザー アカウントに関連付けられているエンタープライズ ID を取得します。

public:
 property Platform::String ^ EnterpriseId { Platform::String ^ get(); };
winrt::hstring EnterpriseId();
public string EnterpriseId { get; }
var string = userDataAccount.enterpriseId;
Public ReadOnly Property EnterpriseId As String

プロパティ値

String

Platform::String

winrt::hstring

ユーザー アカウントに関連付けられているエンタープライズ ID。

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

注釈

EnterpriseId は、多くの場合、企業の電子メール アドレスであり、企業データを暗号化または復号化するときに使用されます。

重要

EnterpriseId が null または空の場合、アカウントはエンタープライズで保護されません。

適用対象