MpnsTileMessage Class
Abstract base class for all MPNS tiles used by MpnsPushMessage and related classes.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Microsoft.WindowsAzure.Mobile.Service.Notifications::MpnsMessage
Microsoft.WindowsAzure.Mobile.Service.Notifications::MpnsTileMessage
Microsoft.WindowsAzure.Mobile.Service.Notifications::CycleTile
Microsoft.WindowsAzure.Mobile.Service.Notifications::FlipTile
Microsoft.WindowsAzure.Mobile.Service.Notifications::IconicTile
| Name | Description | |
|---|---|---|
![]() | MpnsTileMessage(String^, String^) | Initializes a new MpnsTileMessage implementation with a given version and template. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets or sets a value between 1 and 99 that will be displayed in the Count field of the Tile. A value of 0 means the Count will not be displayed. If this property is not set, the Count display will not change during an update. |
![]() | Id | Gets or sets the optional ID or the tile. |
![]() | Properties | Gets the properties associated with this toast or tile.(Inherited from MpnsMessage.) |
![]() | Template | Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.(Inherited from MpnsMessage.) |
![]() | TileId | Gets or sets the id of the tile.(Inherited from MpnsMessage.) |
![]() | Title | Gets or sets the text that displays on the front side of the medium and wide tile sizes. |
![]() | Version | Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.(Inherited from MpnsMessage.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | (Inherited from MpnsMessage.) |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | (Inherited from MpnsMessage.) |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | (Inherited from MpnsMessage.) |
This class is not intended for direct use.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





