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