Selerix Developer Tools
Section125 Property (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : Section125 Property
Gets or sets the section125 tax status value.
Syntax
'Declaration
 
Public Overridable Property Section125 As Nullable(Of Boolean)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Boolean)
 
instance.Section125 = value
 
value = instance.Section125
public virtual Nullable<bool> Section125 {get; set;}
public read-write property Section125: Nullable; virtual; 
public function get,set Section125 : Nullable
public: __property virtual Nullable<bool> get_Section125();
public: __property virtual void set_Section125( 
   Nullable<bool> value
);
public:
virtual property Nullable<bool> Section125 {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Property Value

The section125.
See Also

Reference

Product Class
Product Members