次の方法で共有


TypeConversionSettings.AllowDataTruncation プロパティ

定義

データの変換時にデータの切り捨てを許可するかどうかを取得または設定します。 型: boolean (または resultType ブール値を持つ式)。

[Newtonsoft.Json.JsonProperty(PropertyName="allowDataTruncation")]
public object AllowDataTruncation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowDataTruncation")>]
member this.AllowDataTruncation : obj with get, set
Public Property AllowDataTruncation As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象