ConnectorClient.DeserializationSettings Property

Definition

Gets the JSON deserialization settings.

public Newtonsoft.Json.JsonSerializerSettings DeserializationSettings { get; }
member this.DeserializationSettings : Newtonsoft.Json.JsonSerializerSettings
Public ReadOnly Property DeserializationSettings As JsonSerializerSettings

Property Value

Newtonsoft.Json.JsonSerializerSettings

The JSON deserialization settings.

Applies to