IconicTile::IconImage Property

 

Gets or sets the icon image for the medium and large tile sizes.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property Uri^ IconImage {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The icon image for the medium and large tile sizes.

Return to top
Show: