Selerix Developer Tools
Offerings Property (EnrollmentSession)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentSession Class : Offerings Property
Gets or sets the offerings. The Offerings property gets or sets the plans visited by the enrollee.
Syntax
'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);
}

Property Value

The offerings.
See Also

Reference

EnrollmentSession Class
EnrollmentSession Members