QueryResult.Remove Method
Removes the object with the specified key.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
key As String _
)
'Usage
Dim instance As QueryResult
Dim key As String
instance.Remove(key)
public void Remove(
string key
)
Parameters
key
Type: System.StringThe key of the object to remove.