IBIMonitoringServiceApplicationProxy.TrimAnnotationByOwner Method
Removes the annotations of a specified owner.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Sub TrimAnnotationByOwner ( _
Owner As String _
)
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim Owner As String
instance.TrimAnnotationByOwner(Owner)
void TrimAnnotationByOwner(
string Owner
)
Parameters
Owner
Type: System.StringThe specified owner.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface