Share via


GridViewDataInputs.ScorecardLocation property

Gets or sets the location of the associated scorecard in the repository.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Property ScorecardLocation As RepositoryLocation
    Get
    Set
'Usage
Dim instance As GridViewDataInputs
Dim value As RepositoryLocation

value = instance.ScorecardLocation

instance.ScorecardLocation = value
public RepositoryLocation ScorecardLocation { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The location of the associated scorecard in the repository.

See also

Reference

GridViewDataInputs class

GridViewDataInputs members

Microsoft.PerformancePoint.Scorecards namespace