次の方法で共有


DynamicsCrmLinkedService.DeploymentType プロパティ

定義

Dynamics CRM インスタンスの展開の種類を取得または設定します。 Dynamics CRM Online の場合は 'Online'、Ifd を使用するオンプレミスの Dynamics CRM の場合は 'OnPremisesWithIfd' です。 型: string (または resultType 文字列を含む式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象