Selerix Developer Tools
PayerProductLocationNumbers Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EDIParameters Class : PayerProductLocationNumbers Property
Gets or sets a list of the payer product location numbers.
Syntax
'Declaration
 
<XmlElementAttribute("PayerProductLocationEDI")>
<BOXmlObservableItemAttribute(Selerix.BusinessObjects.PayerProductLocationEDI)>
<ObjectsViewRelationAttribute(Selerix.BusinessObjects.PayerProductLocationEDI)>
Public Property PayerProductLocationNumbers As List(Of PayerProductLocationEDI)
'Usage
 
Dim instance As EDIParameters
Dim value As List(Of PayerProductLocationEDI)
 
instance.PayerProductLocationNumbers = value
 
value = instance.PayerProductLocationNumbers
[XmlElement("PayerProductLocationEDI")]
[BOXmlObservableItem(Selerix.BusinessObjects.PayerProductLocationEDI)]
[ObjectsViewRelation(Selerix.BusinessObjects.PayerProductLocationEDI)]
public List<PayerProductLocationEDI> PayerProductLocationNumbers {get; set;}
public read-write property PayerProductLocationNumbers: List; 
XmlElementAttribute("PayerProductLocationEDI")
BOXmlObservableItemAttribute(Selerix.BusinessObjects.PayerProductLocationEDI)
ObjectsViewRelationAttribute(Selerix.BusinessObjects.PayerProductLocationEDI)
public function get,set PayerProductLocationNumbers : List
[XmlElement("PayerProductLocationEDI")]
[BOXmlObservableItem(Selerix.BusinessObjects.PayerProductLocationEDI)]
[ObjectsViewRelation(Selerix.BusinessObjects.PayerProductLocationEDI)]
public: __property List<PayerProductLocationEDI*>* get_PayerProductLocationNumbers();
public: __property void set_PayerProductLocationNumbers( 
   List<PayerProductLocationEDI*>* value
);
[XmlElement("PayerProductLocationEDI")]
[BOXmlObservableItem(Selerix.BusinessObjects.PayerProductLocationEDI)]
[ObjectsViewRelation(Selerix.BusinessObjects.PayerProductLocationEDI)]
public:
property List<PayerProductLocationEDI^>^ PayerProductLocationNumbers {
   List<PayerProductLocationEDI^>^ get();
   void set (    List<PayerProductLocationEDI^>^ value);
}

Property Value

The payer product location numbers.
See Also

Reference

EDIParameters Class
EDIParameters Members