Selerix Developer Tools
Code Property (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : Code Property
Gets or sets the code.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property Code As String
'Usage
 
Dim instance As Product
Dim value As String
 
instance.Code = value
 
value = instance.Code
[XmlElement()]
public virtual string Code {get; set;}
public read-write property Code: String; virtual; 
XmlElementAttribute()
public function get,set Code : String
[XmlElement()]
public: __property virtual string* get_Code();
public: __property virtual void set_Code( 
   string* value
);
[XmlElement()]
public:
virtual property String^ Code {
   String^ get();
   void set (    String^ value);
}

Property Value

The code.
See Also

Reference

Product Class
Product Members