RepositoryLocation.ItemType Property

Gets the type of first class object that this item represents.

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

Syntax

'Declaration
Public ReadOnly Property ItemType As FirstClassObjectType
    Get
'Usage
Dim instance As RepositoryLocation
Dim value As FirstClassObjectType

value = instance.ItemType
public FirstClassObjectType ItemType { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectType
The type of first class object that this item (content type) represents.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Microsoft.PerformancePoint.Scorecards Namespace