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