Udostępnij za pośrednictwem


CaptureDescription.SkipEmptyArchives Property

Definition

Gets or sets a value that indicates whether to Skip Empty Archives

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to