TileData.LinkLocation property

Gets or sets the URL location of the navigation that happens on tile click

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LinkLocation As String
    Get
    Set
'Usage
Dim instance As TileData
Dim value As String

value = instance.LinkLocation

instance.LinkLocation = value
public string LinkLocation { get; set; }

Property value

Type: System.String

See also

Reference

TileData class

TileData members

Microsoft.SharePoint.WebPartPages namespace