Click or drag to resize

HpsvContextItem Property

Gets or sets the value associated with the specified key.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the value to get or set.

Return Value

Type: Object
The value at the specified key or null when the value is not present.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
InvalidOperationExceptionvalue is not Serializable.
See Also