'Declaration
<XmlArrayAttribute("Events")> <XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Event, ElementName="Event")> Public Property Events As EventCollection
'Usage
Dim instance As Applicant Dim value As EventCollection instance.Events = value value = instance.Events
[XmlArray("Events")] [XmlArrayItem(Type=Selerix.BusinessObjects.Event, ElementName="Event")] public EventCollection Events {get; set;}
public read-write property Events: EventCollection;
XmlArrayAttribute("Events") XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Event, ElementName="Event") public function get,set Events : EventCollection
[XmlArray("Events")] [XmlArrayItem(Type=Selerix.BusinessObjects.Event, ElementName="Event")] public: __property EventCollection* get_Events(); public: __property void set_Events( EventCollection* value );
[XmlArray("Events")] [XmlArrayItem(Type=Selerix.BusinessObjects.Event, ElementName="Event")] public: property EventCollection^ Events { EventCollection^ get(); void set ( EventCollection^ value); }