Share via


RepositoryListCollection.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 ReadOnly Property Item ( _
    listId As Guid _
) As RepositoryList
    Get
'Usage
Dim instance As RepositoryListCollection
Dim listId As Guid
Dim value As RepositoryList

value = instance.Item(listId)
public RepositoryList this[
    Guid listId
] { get; }

Parameters

Property Value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryList
The object with the specified GUID, if found; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

RepositoryListCollection Class

RepositoryListCollection Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace