Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the server-relative URL of the item.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ItemUrl As String
Get
'Usage
Dim instance As RepositoryLocation
Dim value As String
value = instance.ItemUrl
public string ItemUrl { get; }
Property Value
Type: System.String
The server-relative URL of the item (content type).
Remarks
This value must be empty when creating an item or if the item is created by the SaveTemporaryAnalyticReport object. Otherwise, this value must contain a valid URL.