FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Item property (Guid)
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 Guid _
) As ElementType
Get
Set
'Usage
Dim instance As FirstClassElementCollectionBase
Dim key As Guid
Dim value As ElementType
value = instance(key)
instance(key) = value
public ElementType this[
Guid key
] { get; set; }
Parameters
key
Type: System.GuidThe key of the element
Property value
Type: ElementType
The element corresponding to the specified key
See also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> members