Share via


TileImage.Src Property

 

The URI of the image source, one of these protocol handlers: http:// or https:// means a web-based image, ms-appx:/// means an image included in the app package, ms-appdata:///local/ means an image saved to local storage, and file:/// means a local image. (Supported only for desktop apps. This protocol cannot be used by Windows Store apps.)

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

Syntax

[XmlAttributeAttribute("src")]
public string Src {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[XmlAttributeAttribute("src")]
property String^ Src {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<XmlAttributeAttribute("src")>]
member Src : string with get, set
<XmlAttributeAttribute("src")>
Public Property Src As String

Property Value

Type: System.String

See Also

TileImage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top