ConfiguredViewCollection.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 ( _
    guid As Guid _
) As ConfiguredView
    Get
'Usage
Dim instance As ConfiguredViewCollection
Dim guid As Guid
Dim value As ConfiguredView

value = instance(guid)
public ConfiguredView this[
    Guid guid
] { get; }

Parameters

Property value

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

See also

Reference

ConfiguredViewCollection class

ConfiguredViewCollection members

Item overload

Microsoft.PerformancePoint.Scorecards namespace