TileData.BackgroundCollageImageLocations propriedade
Namespace: Microsoft.SharePoint.Client.WebParts
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Property BackgroundCollageImageLocations As IEnumerable(Of String)
Get
Set
'Uso
Dim instance As TileData
Dim value As IEnumerable(Of String)
value = instance.BackgroundCollageImageLocations
instance.BackgroundCollageImageLocations = value
public IEnumerable<string> BackgroundCollageImageLocations { get; set; }
Valor de propriedade
Tipo: System.Collections.Generic.IEnumerable<String>