Share via


DynamicsAXLinkedService.Tenant Property

Definition

Gets or sets specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to