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
guid
Type: System.GuidThe identifier of the object.
fcoObjectType
Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectTypeThe object type.
Return Value
Type: System.Int32
The latest version number.