Share via


CustomActivityReferenceObject.LinkedServices Property

Definition

Gets or sets linked service references.

[Newtonsoft.Json.JsonProperty(PropertyName="linkedServices")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> LinkedServices { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="linkedServices")>]
member this.LinkedServices : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference> with get, set
Public Property LinkedServices As IList(Of LinkedServiceReference)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to