Click or drag to resize

HpsvRequestBase.RequestMetadata Property

Use to store some runtime information (like URL of request)

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public IReadOnlyDictionary<string, Object> RequestMetadata { get; }

Property Value

Type: IReadOnlyDictionary<String, Object>
See Also