Share via


PmService.DeleteIndicator Method (Microsoft.PerformancePoint.Scorecards.Server)

Deletes an indicator.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteIndicator ( _
    guid As Guid _
)
'Usage
Dim instance As PmService
Dim guid As Guid

instance.DeleteIndicator(guid)
[WebMethodAttribute] 
public void DeleteIndicator (
    Guid guid
)

Parameters

  • guid
    The ID of the indicator to delete.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace