次の方法で共有


SalesforceServiceCloudSource.ReadBehavior プロパティ

定義

操作の読み取り動作を取得または設定します。 既定値は Query です。 使用可能な値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象