Share via


ParameterDefinition.DefaultPostFormula property

Gets or sets the default post formula for the parameter.

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

Syntax

'Declaration
Public Property DefaultPostFormula As String
    Get
    Set
'Usage
Dim instance As ParameterDefinition
Dim value As String

value = instance.DefaultPostFormula

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

Property value

Type: System.String
The default post formula for the parameter.

Remarks

This value is a customized formula that is applied to the result set after the parameter's query is executed.

See also

Reference

ParameterDefinition class

ParameterDefinition members

Microsoft.PerformancePoint.Scorecards namespace