ParameterizableControl.ElementLocation Property

The location in the repository of the underlying object for this control.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public Property ElementLocation As RepositoryLocation
    Get
    Set
'Usage
Dim instance As ParameterizableControl
Dim value As RepositoryLocation

value = instance.ElementLocation

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

Property Value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation

See Also

Reference

ParameterizableControl Class

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace