public Object NotificationContent { get; set; }Public Property NotificationContent As Object
Get
Setpublic:
property Object^ NotificationContent {
Object^ get ();
void set (Object^ value);
}member NotificationContent : Object with get, set