CustomFCODefinition.Type Property
The type of custom object, as defined by the CustomFCOType class.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Type As CustomFCOType
Get
Set
'Usage
Dim instance As CustomFCODefinition
Dim value As CustomFCOType
value = instance.Type
instance.Type = value
public CustomFCOType Type { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Extensions.CustomFCOType