Selerix Developer Tools
Type Property (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : Type Property
Gets or sets the product type.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Type As ProductType
'Usage
 
Dim instance As Product
Dim value As ProductType
 
instance.Type = value
 
value = instance.Type
[XmlAttribute()]
[DefaultValue()]
public virtual ProductType Type {get; set;}
public read-write property Type: ProductType; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Type : ProductType
[XmlAttribute()]
[DefaultValue()]
public: __property virtual ProductType get_Type();
public: __property virtual void set_Type( 
   ProductType value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property ProductType Type {
   ProductType get();
   void set (    ProductType value);
}

Property Value

The product type.
See Also

Reference

Product Class
Product Members