IconicTile::WideContent2 Property

 

Gets or sets the text that displays on the second row of the wide tile size.

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

public:
property String^ WideContent2 {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text that displays on the second row of the wide tile size.

Return to top
Show: