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 ( _
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
guid
Type: System.GuidThe specified GUID.
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