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

See also

Reference

CustomFCODefinition class

CustomFCODefinition members

Microsoft.PerformancePoint.Scorecards.Extensions namespace