Share via


FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Item Property (RepositoryLocation)

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

Property Value

Type: ElementType
The object the specified location.

See Also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace