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。

适用于