Share via


SharePointOnlineListLinkedService.TenantId Property

Definition

Gets or sets the tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to