Json IMapi Property Request ConverterRead Method
Reads and converts the JSON to type IMapiPropertyRequest.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public override IMapiPropertyRequest Read(
ref Utf8JsonReader reader,
Type typeToConvert,
JsonSerializerOptions options
)Parameters
- reader Utf8JsonReader
- The reader.
- typeToConvert Type
- The type to convert.
- options JsonSerializerOptions
- An object that specifies serialization options to use.
Return Value
IMapiPropertyRequest[Missing <returns> documentation for "M:OpenDiscoverSDK.Interfaces.Settings.JsonIMapiPropertyRequestConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)"]