Selerix Developer Tools
ProductPath Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : ProductPath Property
Gets or sets the product path.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property ProductPath As String
'Usage
 
Dim instance As Product
Dim value As String
 
instance.ProductPath = value
 
value = instance.ProductPath
[XmlAttribute()]
public virtual string ProductPath {get; set;}
public read-write property ProductPath: String; virtual; 
XmlAttributeAttribute()
public function get,set ProductPath : String
[XmlAttribute()]
public: __property virtual string* get_ProductPath();
public: __property virtual void set_ProductPath( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ ProductPath {
   String^ get();
   void set (    String^ value);
}

Property Value

The product path.
See Also

Reference

Product Class
Product Members