Share via


DynamicsCrmLinkedService.DeploymentType Property

Definition

Gets or sets the deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to