Share via


GridViewDataInputs.TimeIntelligenceFormula property

Gets or sets the value of a time intelligence filter that is connected to the TIFormula endpoint.

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

Syntax

'Declaration
Public Property TimeIntelligenceFormula As String
    Get
    Set
'Usage
Dim instance As GridViewDataInputs
Dim value As String

value = instance.TimeIntelligenceFormula

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

Property value

Type: System.String
The value of a time intelligence filter that is connected to the TIFormula endpoint.

See also

Reference

GridViewDataInputs class

GridViewDataInputs members

Microsoft.PerformancePoint.Scorecards namespace