Share via


ElementCollection.Item Property (Guid) (Microsoft.PerformancePoint.Scorecards)

Gets or sets an element that has a specific key.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Default Property Item ( _
    key As Guid _
) As ElementType
'Usage
Dim instance As ElementCollection(Of ElementCollectionType, ElementType)
Dim key As Guid
Dim value As ElementType

value = instance(key)

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

Parameters

  • key
    The key of the element.

Property Value

The element corresponding to the specified key.

See Also

Reference

ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace