Selerix Developer Tools
Payers Property (IParentDetailInfoHelper)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > IParentDetailInfoHelper Interface : Payers Property
Gets or sets the payers.
Syntax
'Declaration
 
Property Payers As PayerCollection
'Usage
 
Dim instance As IParentDetailInfoHelper
Dim value As PayerCollection
 
instance.Payers = value
 
value = instance.Payers
PayerCollection Payers {get; set;}
read-write property Payers: PayerCollection; 
function get,set Payers : PayerCollection
__property PayerCollection* get_Payers();
__property void set_Payers( 
   PayerCollection* value
);
property PayerCollection^ Payers {
   PayerCollection^ get();
   void set (    PayerCollection^ value);
}

Property Value

The payers.
See Also

Reference

IParentDetailInfoHelper Interface
IParentDetailInfoHelper Members