Bagikan melalui


DynamicsCrmLinkedService.OrganizationName Property

Definition

Gets or sets the organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to