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