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

value = instance(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