Selerix Developer Tools
Products Property (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Products Property
List of Product.

A product is a specific packaging of offerings.

Property Name

Description

Format

Required?

Product ID The identifying number of a specific product.
Name The name of the product.
Code An alpha representation of the product code. For example, PCDental.
Syntax
'Declaration
 
<XmlArrayAttribute("Products")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Product, ElementName="Product")>
Public Property Products As ProductCollection
'Usage
 
Dim instance As Transmittal
Dim value As ProductCollection
 
instance.Products = value
 
value = instance.Products
[XmlArray("Products")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Product, ElementName="Product")]
public ProductCollection Products {get; set;}
public read-write property Products: ProductCollection; 
XmlArrayAttribute("Products")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Product, ElementName="Product")
public function get,set Products : ProductCollection
[XmlArray("Products")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Product, ElementName="Product")]
public: __property ProductCollection* get_Products();
public: __property void set_Products( 
   ProductCollection* value
);
[XmlArray("Products")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Product, ElementName="Product")]
public:
property ProductCollection^ Products {
   ProductCollection^ get();
   void set (    ProductCollection^ value);
}
See Also

Reference

Transmittal Class
Transmittal Members