TargetAssociation Data Object
Defines an object that identifies a target in your target library and the list of devices that it targets.
<xs:complexType name="TargetAssociation"> <xs:sequence> <xs:element minOccurs="0" name="DeviceOSTarget" nillable="true" type="tns:DeviceOSTarget" /> <xs:element minOccurs="0" name="Id" type="xs:long" /> </xs:sequence> </xs:complexType>
Elements
Element | Description | Data Type |
|---|---|---|
DeviceOSTarget | The devices and operating systems to target. | |
Id | The identifier of the target to apply the device targets to. | long |