RepositoryLocation.ItemUrl property
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.