Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.