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 the object with the specified location.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Item ( _
key As RepositoryLocation _
) As ElementType
Get
Set
'Usage
Dim instance As FirstClassElementCollectionBase
Dim key As RepositoryLocation
Dim value As ElementType
value = instance.Item(key)
instance.Item(key) = value
public ElementType this[
RepositoryLocation key
] { get; set; }
Parameters
key
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Property Value
Type: ElementType
The object the specified location.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members