Share via


ElementCollectionBase<ElementCollectionType, ElementType>.Item Property (Guid)

Gets or sets the object with the specified GUID.

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

Syntax

'Declaration
Public Property Item ( _
    key As Guid _
) As ElementType
    Get
    Set
'Usage
Dim instance As ElementCollectionBase
Dim key As Guid
Dim value As ElementType

value = instance.Item(key)

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

Parameters

Property Value

Type: ElementType
The object with the specified GUID

See Also

Reference

ElementCollectionBase<ElementCollectionType, ElementType> Class

ElementCollectionBase<ElementCollectionType, ElementType> Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace