Share via


TileImage.Alt Property

 

A description of the image, for users of assistive technologies.

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

Syntax

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

Property Value

Type: System.String

See Also

TileImage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top