Share via


DynamicsCrmLinkedService.HostName Property

Definition

Gets or sets the host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to