'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); }