'Declaration
<XmlArrayAttribute("Offerings")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")> Public Offerings As OfferingCollection
'Usage
Dim instance As Transmittal Dim value As OfferingCollection value = instance.Offerings instance.Offerings = value
[XmlArray("Offerings")] [XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")] public OfferingCollection Offerings
public field Offerings: OfferingCollection;
XmlArrayAttribute("Offerings") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Offering, ElementName="Offering") public var Offerings : OfferingCollection;
[XmlArray("Offerings")] [XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")] public: OfferingCollection* Offerings
[XmlArray("Offerings")] [XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")] public: OfferingCollection^ Offerings