Csv2XlsxRequest.Locale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The locale that will be applyed to the document
[System.Text.Json.Serialization.JsonPropertyName("locale")]
public Azure.Connectors.Sdk.Plumsail.Models.Locale? Locale { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("locale")>]
member this.Locale : Nullable<Azure.Connectors.Sdk.Plumsail.Models.Locale> with get, set
Public Property Locale As Nullable(Of Locale)
Property Value
- Attributes