다음을 통해 공유


UserAuthenticationOperation.Id 속성

정의

작업을 나타내는 고유 식별자를 가져옵니다.

참고

Windows 10 이상용으로 개발하는 경우 Windows.Security.Authentication.Web.Core API를 대신 사용합니다. 자세한 내용은 웹 계정 관리자를 참조하세요.

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = userAuthenticationOperation.id;
Public ReadOnly Property Id As UInteger

속성 값

UInt32

unsigned int

uint32_t

패키지 매니페스트에 정의된 작업의 고유 ID입니다.

구현

Id

적용 대상