Selerix Developer Tools
ProductType Property






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

Property Value

The type of the product.
See Also

Reference

Offering Class
Offering Members