'Declaration
<XmlArrayAttribute("Offerings")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")> Public Overridable Property Offerings As OfferingCollection
'Usage
Dim instance As EnrollmentSession Dim value As OfferingCollection instance.Offerings = value value = instance.Offerings
[XmlArray("Offerings")] [XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")] public virtual OfferingCollection Offerings {get; set;}
public read-write property Offerings: OfferingCollection; virtual;
XmlArrayAttribute("Offerings") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Offering, ElementName="Offering") public function get,set Offerings : OfferingCollection
[XmlArray("Offerings")] [XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")] public: __property virtual OfferingCollection* get_Offerings(); public: __property virtual void set_Offerings( OfferingCollection* value );
[XmlArray("Offerings")] [XmlArrayItem(Type=Selerix.BusinessObjects.Offering, ElementName="Offering")] public: virtual property OfferingCollection^ Offerings { OfferingCollection^ get(); void set ( OfferingCollection^ value); }