次の方法で共有


SalesforceServiceCloudLinkedService.EnvironmentUrl プロパティ

定義

Salesforce Service Cloud インスタンスの URL を取得または設定します。 既定値は ''https://login.salesforce.com です。 サンドボックスからデータをコピーするには、'' をhttps://test.salesforce.com指定します。 カスタム ドメインからデータをコピーするには、たとえば 'https://[domain].my.salesforce.com' を指定します。 型: string (または resultType 文字列を含む式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象