Selerix Developer Tools
Item Property (PayerCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayerCollection Class : Item Property
Gets the Payer with the specified unique ID.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal uniqueID As Guid _
) As Payer
'Usage
 
Dim instance As PayerCollection
Dim uniqueID As Guid
Dim value As Payer
 
value = instance.Item(uniqueID)
public new Payer this[ 
   Guid uniqueID
]; {get;}
public  this: : Payer;[ 
    uniqueID: Guid
]; read-only
public hide  this[ 
   uniqueID : Guid
] get : Payer
public: __property new Payer* get_Item   Guid uniqueID
;
public:
new property Payer^ default [Guid] {
   Payer^ get(Guid uniqueID);
}

Parameters

uniqueID
See Also

Reference

PayerCollection Class
PayerCollection Members