Click or drag to resize

HpsvProxyObjectSetFromJson Method

Updates the content from the JSON string

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public void SetFromJson(
	string json
)

Parameters

json
Type: SystemString
JSON string to load from
Exceptions
ExceptionCondition
ArgumentNullExceptionjson is null.
See Also