Click or drag to resize

HpsvContextAdd Method

Adds or Replaces the 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 void Add(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The key of the value to add
value
Type: SystemObject
Associated value
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
InvalidOperationExceptionvalue is not Serializable.
See Also