Selerix Developer Tools
Payers Property (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Payers Property
List of Payer.
Syntax
'Declaration
 
<XmlArrayAttribute("Payers")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Payer, ElementName="Payer")>
Public Property Payers As PayerCollection
'Usage
 
Dim instance As Transmittal
Dim value As PayerCollection
 
instance.Payers = value
 
value = instance.Payers
[XmlArray("Payers")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Payer, ElementName="Payer")]
public PayerCollection Payers {get; set;}
public read-write property Payers: PayerCollection; 
XmlArrayAttribute("Payers")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Payer, ElementName="Payer")
public function get,set Payers : PayerCollection
[XmlArray("Payers")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Payer, ElementName="Payer")]
public: __property PayerCollection* get_Payers();
public: __property void set_Payers( 
   PayerCollection* value
);
[XmlArray("Payers")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Payer, ElementName="Payer")]
public:
property PayerCollection^ Payers {
   PayerCollection^ get();
   void set (    PayerCollection^ value);
}
See Also

Reference

Transmittal Class
Transmittal Members