Share via


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