Share via


RepositoryLocation.GetFirstClassObjectType method

Returns the type of first class object that is represented by the specified type of content type.

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

Syntax

'Declaration
Public Shared Function GetFirstClassObjectType ( _
    fcoContentType As FCOContentType _
) As FirstClassObjectType
'Usage
Dim fcoContentType As FCOContentType
Dim returnValue As FirstClassObjectType

returnValue = RepositoryLocation.GetFirstClassObjectType(fcoContentType)
public static FirstClassObjectType GetFirstClassObjectType(
    FCOContentType fcoContentType
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectType
The type of first class object that is represented by the specified content type.

See also

Reference

RepositoryLocation class

RepositoryLocation members

Microsoft.PerformancePoint.Scorecards namespace