ODataLinkedService.Tenant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets specify the tenant information (domain name or tenant ID) under which your application resides. 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