TransferMetadata.IsBinary Property

Definition

Gets a value indicating whether the transfer file should be treated as a binary file or not.

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

Property Value

true if this instance is binary; otherwise, false.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to