IBIMonitoringStore.TrimAnnotationByOwner method

Removes the annotations of the specified owner.

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

Syntax

'Declaration
Sub TrimAnnotationByOwner ( _
    owner As String _
)
'Usage
Dim instance As IBIMonitoringStore
Dim owner As String

instance.TrimAnnotationByOwner(owner)
void TrimAnnotationByOwner(
    string owner
)

Parameters

  • owner
    Type: System.String

    The owner of the annotations to delete.

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace