Click or drag to resize

HpsvContextRemove Method

Removes value for a given key

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The key of the value to add.

Return Value

Type: Boolean
True if the key was removed from the context.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also