Share via


GridViewDataInputs.ScorecardLocationString property

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.

See also

Reference

GridViewDataInputs class

GridViewDataInputs members

Microsoft.PerformancePoint.Scorecards namespace