IconicTile::SmallIconImage Property

 

Gets or sets the icon image for the small tile size.

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

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

Property Value

Type: System::Uri^

The icon image for the small tile size.

Return to top
Show: