Selerix Developer Tools
Section125 Property (Offering)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : Section125 Property
Gets or sets if the coverage is Section 125 compliant. The Section125 property gets or sets if the offering is Section 125 compliant.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property Section125 As Boolean
'Usage
 
Dim instance As Offering
Dim value As Boolean
 
instance.Section125 = value
 
value = instance.Section125
[DefaultValue()]
public virtual bool Section125 {get; set;}
public read-write property Section125: Boolean; virtual; 
DefaultValueAttribute()
public function get,set Section125 : boolean
[DefaultValue()]
public: __property virtual bool get_Section125();
public: __property virtual void set_Section125( 
   bool value
);
[DefaultValue()]
public:
virtual property bool Section125 {
   bool get();
   void set (    bool value);
}

Property Value

bool true/false
See Also

Reference

Offering Class
Offering Members