CustomFCODefinition.TemplateIconSerialized Property
The template icon serialized as a string.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property TemplateIconSerialized As String
Get
Set
'Usage
Dim instance As CustomFCODefinition
Dim value As String
value = instance.TemplateIconSerialized
instance.TemplateIconSerialized = value
public string TemplateIconSerialized { get; set; }
Property Value
Type: System.String