Share via


TabularTranslator.ColumnMappings Property

Definition

Gets or sets column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (or Expression with resultType string). This property will be retired. Please use mappings property.

[Newtonsoft.Json.JsonProperty(PropertyName="columnMappings")]
public object ColumnMappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columnMappings")>]
member this.ColumnMappings : obj with get, set
Public Property ColumnMappings As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to