JsonValueAdaptorSetValue Method
Sets the object's underlying value with an explicit data type.
Namespace: MFiles.VAF.Configuration.JsonAdaptorAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public void SetValue(
MFDataType dataType,
Object value
)
Parameters
- dataType MFDataType
- The data type of the value being set.
- value Object
- The value being set.