Bagikan melalui


Iteration.ExportableTo Property

Definition

Gets a set of platforms this iteration can export to.

[Newtonsoft.Json.JsonProperty(PropertyName="exportableTo")]
public System.Collections.Generic.IList<string> ExportableTo { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exportableTo")>]
member this.ExportableTo : System.Collections.Generic.IList<string>
Public ReadOnly Property ExportableTo As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to