EnterpriseEnrollmentStatus 열거형

정의

엔터프라이즈에서 사용자의 등록 상태 보고합니다.

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
상속
EnterpriseEnrollmentStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Phone.PhoneContract (v1.0에서 도입되었습니다.)

필드

CancelledByUser 1

사용자가 등록을 취소했습니다.

Success 0

등록에 성공했습니다.

UnknownFailure 2

등록에 예기치 않은 문제가 발생했습니다.

적용 대상