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