Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
listId
Type: System.GuidThe GUID.
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