UserNotification.Notification 속성

정의

알림 콘텐츠를 가져옵니다.

public:
 property Notification ^ Notification { Notification ^ get(); };
Notification Notification();
public Notification Notification { get; }
var notification = userNotification.notification;
Public ReadOnly Property Notification As Notification

속성 값

알림 콘텐츠입니다.

적용 대상