Share via


TrustedLocation.DisplayUrl Property

Gets or sets the URL of the trusted location, which is retrieved from SharePoint Server.

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

Syntax

'Declaration
Public Property DisplayUrl As String
    Get
    Set
'Usage
Dim instance As TrustedLocation
Dim value As String

value = instance.DisplayUrl

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

Property Value

Type: System.String
The URL of the trusted location.

See Also

Reference

TrustedLocation Class

TrustedLocation Members

Microsoft.PerformancePoint.Scorecards Namespace