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.
Returns an object in this collection, based on the identifier of the object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetItemById ( _
id As String _
) As GridViewTransformReference
'Usage
Dim instance As GridViewTransformReferenceCollection
Dim id As String
Dim returnValue As GridViewTransformReference
returnValue = instance.GetItemById(id)
public GridViewTransformReference GetItemById(
string id
)
Parameters
id
Type: System.StringThe identifier of the object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridViewTransformReference
The first occurrence of the object within the collection; otherwise, a null reference (Nothing in Visual Basic).
See Also
Reference
GridViewTransformReferenceCollection Class