Share via


GridDisplayElementHyperLink.LinkUrl property

Gets or sets the URL for the link.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property LinkUrl As String
    Get
    Set
'Usage
Dim instance As GridDisplayElementHyperLink
Dim value As String

value = instance.LinkUrl

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

Property value

Type: System.String
The URL for the link.

See also

Reference

GridDisplayElementHyperLink class

GridDisplayElementHyperLink members

Microsoft.PerformancePoint.Scorecards namespace