Iteration.ExportableTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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