EnterpriseEnrollmentStatus Enum
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.
Reports the status of the user's enrollment in the enterprise.
public enum class EnterpriseEnrollmentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class EnterpriseEnrollmentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum EnterpriseEnrollmentStatus
Public Enum EnterpriseEnrollmentStatus
- Inheritance
-
EnterpriseEnrollmentStatus
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The enrollment succeeded. |
CancelledByUser | 1 | The enrollment was canceled by the user. |
UnknownFailure | 2 | The enrollment encountered an unexpected problem. |