UserDataAccount.EnterpriseId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the enterprise identity associated with the user account.
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
Property Value
The enterprise identity associated with the user account.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
Remarks
The EnterpriseId is often a corporate email address and is used when encrypting or decrypting corporate data.
Important
If the EnterpriseId is null or empty then the account is not enterprise protected.