TransferMetadata.EncodingCodePage Property

Definition

Gets the CodePage of the current encoding being used.

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

Property Value

The CodePage of the current encoding.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to