TileBinding.Fallback Property
A template to use if the primary template name is not recognized by the recipient, for use with Windows 8 compatibility. This value is the Windows 8 name of the value in the template attribute. New templates introduced after Windows 8 do not have a fallback.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
[XmlAttributeAttribute("fallback")]
public string Fallback {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
[XmlAttributeAttribute("fallback")]
property String^ Fallback {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
[<XmlAttributeAttribute("fallback")>]
member Fallback : string with get, set
<XmlAttributeAttribute("fallback")>
Public Property Fallback As String
Property Value
Type: System.String
See Also
TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top