Selerix Developer Tools
PayrollProviderLocationNumbers Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EDIParameters Class : PayrollProviderLocationNumbers Property
Gets or sets a list of the payroll provider location numbers.
Syntax
'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);
}

Property Value

The payroll provider location numbers.
See Also

Reference

EDIParameters Class
EDIParameters Members