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