'Declaration
<XmlElementAttribute("PayrollProviderLocationEDI")> <BOXmlObservableItemAttribute(Selerix.BusinessObjects.PayrollProviderLocationEDI)> Public Property PayrollProviderLocationNumbers As List(Of PayrollProviderLocationEDI)
'Usage
Dim instance As EDIParameters Dim value As List(Of PayrollProviderLocationEDI) instance.PayrollProviderLocationNumbers = value value = instance.PayrollProviderLocationNumbers
[XmlElement("PayrollProviderLocationEDI")] [BOXmlObservableItem(Selerix.BusinessObjects.PayrollProviderLocationEDI)] public List<PayrollProviderLocationEDI> PayrollProviderLocationNumbers {get; set;}
public read-write property PayrollProviderLocationNumbers: List;
XmlElementAttribute("PayrollProviderLocationEDI") BOXmlObservableItemAttribute(Selerix.BusinessObjects.PayrollProviderLocationEDI) public function get,set PayrollProviderLocationNumbers : List
[XmlElement("PayrollProviderLocationEDI")] [BOXmlObservableItem(Selerix.BusinessObjects.PayrollProviderLocationEDI)] public: __property List<PayrollProviderLocationEDI*>* get_PayrollProviderLocationNumbers(); public: __property void set_PayrollProviderLocationNumbers( List<PayrollProviderLocationEDI*>* value );
[XmlElement("PayrollProviderLocationEDI")] [BOXmlObservableItem(Selerix.BusinessObjects.PayrollProviderLocationEDI)] public: property List<PayrollProviderLocationEDI^>^ PayrollProviderLocationNumbers { List<PayrollProviderLocationEDI^>^ get(); void set ( List<PayrollProviderLocationEDI^>^ value); }