Click or drag to resize

HpsvProxyObject.SetFromJson 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: System.String
JSON string to load from
Exceptions
ExceptionCondition
ArgumentNullExceptionjson is null.
See Also