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