RepositoryLocation Constructor (String)

Initializes a new instance of the RepositoryLocation class based on the specified item URL.

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

Syntax

'Declaration
Public Sub New ( _
    itemUrl As String _
)
'Usage
Dim itemUrl As String

Dim instance As New RepositoryLocation(itemUrl)
public RepositoryLocation(
    string itemUrl
)

Parameters

  • itemUrl
    Type: System.String

    The server-relative URL of the object.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

RepositoryLocation Overload

Microsoft.PerformancePoint.Scorecards Namespace