Share via


ScanResultProperties.IsTrimmed Property

Definition

Gets or sets indicated whether the results specified here are trimmed.

[Newtonsoft.Json.JsonProperty(PropertyName="isTrimmed")]
public bool? IsTrimmed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isTrimmed")>]
member this.IsTrimmed : Nullable<bool> with get, set
Public Property IsTrimmed As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to