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.00
Syntax
C#
public void Remove(
	string key
)

Parameters

key
Type: SystemString
The key of the value to add
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also