Share via


StrategyMapViewData.ParentType property

Gets or sets the type of first class object (FCO) of this report.

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

Syntax

'Declaration
Public Property ParentType As FirstClassObjectType
    Get
    Set
'Usage
Dim instance As StrategyMapViewData
Dim value As FirstClassObjectType

value = instance.ParentType

instance.ParentType = value
public FirstClassObjectType ParentType { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.FirstClassObjectType
The type of first class object (FCO) of this report.

See also

Reference

StrategyMapViewData class

StrategyMapViewData members

Microsoft.PerformancePoint.Scorecards namespace