UserDataAccount.EnterpriseId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与用户帐户关联的企业标识。
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
属性值
与用户帐户关联的企业标识。
Windows 要求
设备系列 |
Windows 10 (在 10.0.10586.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)
|
注解
EnterpriseId 通常是公司电子邮件地址,在加密或解密公司数据时使用。
重要
如果 EnterpriseId 为 null 或为空,则帐户不受企业保护。