Share via


TileData.BackgroundCollageImageLocations property

Namespace:  Microsoft.SharePoint.Client.WebParts
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property BackgroundCollageImageLocations As IEnumerable(Of String)
    Get
    Set
'Usage
Dim instance As TileData
Dim value As IEnumerable(Of String)

value = instance.BackgroundCollageImageLocations

instance.BackgroundCollageImageLocations = value
public IEnumerable<string> BackgroundCollageImageLocations { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<String>

See also

Reference

TileData class

TileData members

Microsoft.SharePoint.Client.WebParts namespace