共用方式為


SalesforceSource.ReadBehavior Property

Definition

Gets or sets the read behavior for the operation. Default is Query. Possible values include: 'Query', 'QueryAll'

[Newtonsoft.Json.JsonProperty(PropertyName="readBehavior")]
public string ReadBehavior { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="readBehavior")>]
member this.ReadBehavior : string with get, set
Public Property ReadBehavior As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to