Changes
/* Arguments */
! Argument !! Type !! Direction !! Purpose
|- align="left"
| Header|| [[string]] {{MSDN/String}} || In || The header line of the PopUp Message
|- align="left"
| TextLines|| {{MSDN/String}}[[Array of Strings]] || In || The Array of lines of text (as single lines) from the Popup Message
|- align="left"
| Style|| [[StyleTypes]] || In || The layout style of the presented message at the client (Notification, ImportantInformation, Failure, Emergency)
| UBIKObject || [[BaseClass]] || In || The object the push Message refers to; this argument is mutually exclusive with the argument ''UBIKObjectUID''
|- align="left"
| UBIKObjectUID || {{MSDN/Guid}} || In || The UID of the object the push Message refers to; this argument is mutually exclusive with the argument ''UBIKObject''
|- align="left"
| PushClient || [[Push Service (Client)|PushService]] || In || The instantiated push client to be used; normally inherited from a hosting [[Activity:CreatePushScope (Activity)|CreatePushScope]] activity, but can be overwritten here
|}
[[Category:Activities|PushPopUpMessage (Activity)]]
[[Category:Push|PushPopUpMessage (Activity)]]
===Usage===