Share via


SharePointOnlineListLinkedService.SiteUrl Property

Definition

Gets or sets the URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to