Share via


RequiredForResourcesCollection.SourceIds Property

Definition

Gets or sets the list of source Ids for which the input resource is required.

[Newtonsoft.Json.JsonProperty(PropertyName="sourceIds")]
public System.Collections.Generic.IList<string> SourceIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceIds")>]
member this.SourceIds : System.Collections.Generic.IList<string> with get, set
Public Property SourceIds As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to