Share via


IFirstClassObjectDao.GetVersion Method

Gets the latest version number of the specified temporary first class object (FCO).

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function GetVersion ( _
    guid As Guid, _
    fcoObjectType As FirstClassObjectType _
) As Integer
'Usage
Dim instance As IFirstClassObjectDao
Dim guid As Guid
Dim fcoObjectType As FirstClassObjectType
Dim returnValue As Integer

returnValue = instance.GetVersion(guid, _
    fcoObjectType)
int GetVersion(
    Guid guid,
    FirstClassObjectType fcoObjectType
)

Parameters

Return Value

Type: System.Int32
The latest version number.

See Also

Reference

IFirstClassObjectDao Interface

IFirstClassObjectDao Members

Microsoft.PerformancePoint.Scorecards Namespace