Click or drag to resize

PreprocessResultSetMessageMetadataValue Method

Specifies a requested change of metadata of a given key to a given value.

Namespace:  HP.SV.DotNetRuleApi.Hook.Processing
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public PreprocessResult SetMessageMetadataValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
value
Type: SystemObject

Return Value

Type: PreprocessResult
See Also