SettingCollection.Remove Method (Setting) (Microsoft.PerformancePoint.Scorecards)

Removes the supplied setting by the key. Will not remove a property that is an internal setting.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Remove ( _
    value As Setting _
)
'Usage
Dim instance As SettingCollection
Dim value As Setting

instance.Remove(value)
public virtual void Remove (
    Setting value
)

Parameters

  • value
    The setting to remove.

See Also

Reference

SettingCollection Class
SettingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace