Partilhar via


CustomFCODefinition.SubType Property

The unique identifier of the custom object.

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

Syntax

'Declaration
Public Property SubType As String
    Get
    Set
'Usage
Dim instance As CustomFCODefinition
Dim value As String

value = instance.SubType

instance.SubType = value
public string SubType { get; set; }

Property Value

Type: System.String

Remarks

This value must match the SubTypeId property of the custom object.

See Also

Reference

CustomFCODefinition Class

CustomFCODefinition Members

Microsoft.PerformancePoint.Scorecards.Extensions Namespace