Scorecard.TemplateType Property (Microsoft.PerformancePoint.Scorecards)

The value used to represent a scorecard template type. The standard types are balanced and general.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property TemplateType As String
'Usage
Dim instance As Scorecard
Dim value As String

value = instance.TemplateType

instance.TemplateType = value
[XmlAttributeAttribute] 
public string TemplateType { get; set; }

See Also

Reference

Scorecard Class
Scorecard Members
Microsoft.PerformancePoint.Scorecards Namespace