TileBinding.BaseUri Property

 

A default base URI that is combined with relative URIs in image source attributes.

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

[XmlAttributeAttribute("baseUri")]
public string BaseUri {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.String
Return to top
Show: