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.