Selerix Developer Tools
EventDetails Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Event Class : EventDetails Property
Gets or sets the events.
Syntax
'Declaration
 
<XmlArrayAttribute("EventDetails")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.EventDetail, ElementName="EventDetail")>
Public Property EventDetails As EventDetailCollection
'Usage
 
Dim instance As Event
Dim value As EventDetailCollection
 
instance.EventDetails = value
 
value = instance.EventDetails
[XmlArray("EventDetails")]
[XmlArrayItem(Type=Selerix.BusinessObjects.EventDetail, ElementName="EventDetail")]
public EventDetailCollection EventDetails {get; set;}
public read-write property EventDetails: EventDetailCollection; 
XmlArrayAttribute("EventDetails")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.EventDetail, ElementName="EventDetail")
public function get,set EventDetails : EventDetailCollection
[XmlArray("EventDetails")]
[XmlArrayItem(Type=Selerix.BusinessObjects.EventDetail, ElementName="EventDetail")]
public: __property EventDetailCollection* get_EventDetails();
public: __property void set_EventDetails( 
   EventDetailCollection* value
);
[XmlArray("EventDetails")]
[XmlArrayItem(Type=Selerix.BusinessObjects.EventDetail, ElementName="EventDetail")]
public:
property EventDetailCollection^ EventDetails {
   EventDetailCollection^ get();
   void set (    EventDetailCollection^ value);
}

Property Value

The events.
See Also

Reference

Event Class
Event Members