Share via


IBIMonitoringStore.CreateIndicator method

Saves an indicator object as a content type in a SharePoint list.

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

Syntax

'Declaration
Function CreateIndicator ( _
    listUrl As String, _
    newElement As Indicator _
) As Indicator
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim newElement As Indicator
Dim returnValue As Indicator

returnValue = instance.CreateIndicator(listUrl, _
    newElement)
Indicator CreateIndicator(
    string listUrl,
    Indicator newElement
)

Parameters

  • listUrl
    Type: System.String

    The server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.

  • newElement
    Type: Indicator

    The indicator object to save, which specifies a value for the required Name property.

Return value

Type: Indicator
The new object.

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace