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

Returns or sets the Element with the specified key

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

Syntax

'Declaration
Public Default Property Item ( _
    key As RepositoryLocation _
) As ElementType
    Get
    Set
'Usage
Dim instance As FirstClassElementCollectionBase
Dim key As RepositoryLocation
Dim value As ElementType

value = instance(key)

instance(key) = value
public ElementType this[
    RepositoryLocation key
] { get; set; }

Parameters

Property value

Type: ElementType
The element corresponding to the specified key

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Item overload

Microsoft.PerformancePoint.Scorecards namespace