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 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
fcoContentType
Type: Microsoft.PerformancePoint.Scorecards.FCOContentTypeThe type of content type to match.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectType
The type of first class object that is represented by the specified content type.