Partilhar via


CustomFCODefinition.Description Property

The description of the custom object.

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

Syntax

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

value = instance.Description

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

Property Value

Type: System.String

Remarks

Descriptions of custom objects appear in the Select a Template dialog box in PerformancePoint Dashboard Designer.

See Also

Reference

CustomFCODefinition Class

CustomFCODefinition Members

Microsoft.PerformancePoint.Scorecards.Extensions Namespace