Json IMapi Property Request ConverterWrite Method
Writes a IMapiPropertyRequest value as JSON.
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 void Write(
Utf8JsonWriter writer,
IMapiPropertyRequest value,
JsonSerializerOptions options
)Parameters
- writer Utf8JsonWriter
- The writer to write to.
- value IMapiPropertyRequest
- The value to convert to JSON.
- options JsonSerializerOptions
- An object that specifies serialization options to use.