Compartilhar via


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

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