TransferOffersProperties.TargetCollections Property

Definition

Gets or sets target collections ids

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to