Selerix Developer Tools
Products Property (IParentDetailInfoHelper)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > IParentDetailInfoHelper Interface : Products Property
Gets or sets the products.
Syntax
'Declaration
 
Property Products As ProductCollection
'Usage
 
Dim instance As IParentDetailInfoHelper
Dim value As ProductCollection
 
instance.Products = value
 
value = instance.Products
ProductCollection Products {get; set;}
read-write property Products: ProductCollection; 
function get,set Products : ProductCollection
__property ProductCollection* get_Products();
__property void set_Products( 
   ProductCollection* value
);
property ProductCollection^ Products {
   ProductCollection^ get();
   void set (    ProductCollection^ value);
}

Property Value

The products.
See Also

Reference

IParentDetailInfoHelper Interface
IParentDetailInfoHelper Members