다음을 통해 공유


UserNotification.Id 속성

정의

알림의 ID를 가져옵니다.

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

속성 값

UInt32

unsigned int

uint32_t

알림의 ID입니다.

적용 대상