Share via


VersionInfoCollection.IndexOfGuid Method (Microsoft.PerformancePoint.Scorecards)

Returns the index of the supplied GUID.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Function IndexOfGuid ( _
    guid As Guid _
) As Integer
'Usage
Dim instance As VersionInfoCollection
Dim guid As Guid
Dim returnValue As Integer

returnValue = instance.IndexOfGuid(guid)
public virtual int IndexOfGuid (
    Guid guid
)

Parameters

  • guid
    The GUID to find.

Return Value

The index of theversionInfo.

See Also

Reference

VersionInfoCollection Class
VersionInfoCollection Members
Microsoft.PerformancePoint.Scorecards Namespace