EnterpriseEnrollmentResult EnterpriseEnrollmentResult EnterpriseEnrollmentResult EnterpriseEnrollmentResult Class

Definition

Reports the status of the enrollment action initiated by the user.

public : sealed class EnterpriseEnrollmentResult : IEnterpriseEnrollmentResultpublic sealed class EnterpriseEnrollmentResult : IEnterpriseEnrollmentResultPublic NotInheritable Class EnterpriseEnrollmentResult Implements IEnterpriseEnrollmentResult// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced v1)

Remarks

Call EnterpriseEnrollmentManager.RequestEnrollmentAsync to get an instance of this object.

Properties

EnrolledEnterprise EnrolledEnterprise EnrolledEnterprise EnrolledEnterprise

Gets the enterprise for which the user initiated enrollment.

public : Enterprise EnrolledEnterprise { get; }public Enterprise EnrolledEnterprise { get; }Public ReadOnly Property EnrolledEnterprise As Enterprise// This API is not available in Javascript.
Value
Enterprise Enterprise Enterprise Enterprise

The enterprise for which the user initiated enrollment.

Status Status Status Status

Gets the status of the enrollment action initiated by the user.

public : EnterpriseEnrollmentStatus Status { get; }public EnterpriseEnrollmentStatus Status { get; }Public ReadOnly Property Status As EnterpriseEnrollmentStatus// This API is not available in Javascript.
Value
EnterpriseEnrollmentStatus EnterpriseEnrollmentStatus EnterpriseEnrollmentStatus EnterpriseEnrollmentStatus

The status of the enrollment action initiated by the user.