TileData.BackgroundImageLocation property
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property BackgroundImageLocation As String
Get
Set
'Usage
Dim instance As TileData
Dim value As String
value = instance.BackgroundImageLocation
instance.BackgroundImageLocation = value
public string BackgroundImageLocation { get; set; }
Property value
Type: System.String