JsonValueAdaptorSetValue Method

Sets the object's underlying value with an explicit data type.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public void SetValue(
	MFDataType dataType,
	Object value
)

Parameters

dataType  MFDataType
The data type of the value being set.
value  Object
The value being set.

See Also