Share via


TileBinding.Images Property

 

Set of TileImage elements

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

Syntax

[XmlElementAttribute("image")]
public Collection<TileImage> Images {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
[XmlElementAttribute("image")]
property Collection<TileImage^>^ Images {
    [CompilerGeneratedAttribute]
    Collection<TileImage^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(Collection<TileImage^>^ value);
}
[<XmlElementAttribute("image")>]
member Images : Collection<TileImage> with get, private set
<XmlElementAttribute("image")>
Public Property Images As Collection(Of TileImage)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<TileImage>

See Also

TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top