Selerix Developer Tools
Item(Offering,Applicant,String) Property






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

Parameters

offering
applicant
policyNumber
See Also

Reference

ApplicationCollection Class
ApplicationCollection Members
Overload List