Selerix Developer Tools
Item(Offering,Applicant) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicationCollection Class > Item Property : Item(Offering,Applicant) Property
The offering.
The applicant.
Gets the ApplicationCollection with the specified offering.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal offering As Offering, _
   ByVal applicant As Applicant _
) As ApplicationCollection
'Usage
 
Dim instance As ApplicationCollection
Dim offering As Offering
Dim applicant As Applicant
Dim value As ApplicationCollection
 
value = instance.Item(offering, applicant)
public read-only property Item( 
    offering: Offering;
    applicant: Applicant
): ApplicationCollection; 
public hide function get Item( 
   offering : Offering,
   applicant : Applicant
) : ApplicationCollection
public: __property new ApplicationCollection* get_Item( 
   Offering* offering,
   Applicant* applicant
);

Parameters

offering
The offering.
applicant
The applicant.

Property Value

ApplicationCollection.
See Also

Reference

ApplicationCollection Class
ApplicationCollection Members
Overload List