Selerix Developer Tools
Item(ProductType) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > OfferingCollection Class > Item Property : Item(ProductType) Property
Gets the OfferingCollection with the specified product type.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal productType As ProductType _
) As OfferingCollection
'Usage
 
Dim instance As OfferingCollection
Dim productType As ProductType
Dim value As OfferingCollection
 
value = instance.Item(productType)
public new OfferingCollection Item( 
   ProductType productType
) {get;}
public read-only property Item( 
    productType: ProductType
): OfferingCollection; 
public hide function get Item( 
   productType : ProductType
) : OfferingCollection
public: __property new OfferingCollection* get_Item( 
   ProductType productType
);
public:
new property OfferingCollection^ Item {
   OfferingCollection^ get(ProductType productType);
}

Parameters

productType
See Also

Reference

OfferingCollection Class
OfferingCollection Members
Overload List