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 or sets the location of the associated scorecard in the repository as a string.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Property ScorecardLocationString As String
Get
Set
'Usage
Dim instance As GridViewDataInputs
Dim value As String
value = instance.ScorecardLocationString
instance.ScorecardLocationString = value
public string ScorecardLocationString { get; set; }
Property Value
Type: System.String
The location of the associated scorecard in the repository as a string.
Remarks
ScorecardLocationString is used for serialization purposes only.