Bagikan melalui


Office365Source.OutputColumns Property

Definition

Gets or sets the columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to