NamedSetSetting.IsCustomFormula Property
Gets or sets a Boolean value that indicates whether the named set uses a custom formula.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsCustomFormula As Boolean
Get
Set
'Usage
Dim instance As NamedSetSetting
Dim value As Boolean
value = instance.IsCustomFormula
instance.IsCustomFormula = value
public bool IsCustomFormula { get; set; }
Property Value
Type: System.Boolean
true if the named set is a custom formula; false if it is the name of a named set.