Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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