FirstClassElementCollectionBase<ElementCollectionType, ElementType>.Item Property (Guid)
Gets 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 FirstClassElementCollectionBase
Dim key As Guid
Dim value As ElementType
value = instance.Item(key)
instance.Item(key) = value
public ElementType this[
Guid key
] { get; set; }
Parameters
key
Type: System.GuidThe GUID of the object.
Property Value
Type: ElementType
The object with the specified GUID.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members