Selerix Developer Tools
Section125 Property (Coverage)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Coverage Class : Section125 Property
Gets or sets the section125. The Section125 property gets or sets the Section 125 indicator.
Syntax
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);
}
'Declaration
 
Public Overridable Property Section125 As Nullable(Of Boolean)
 
'Usage
 
Dim instance As Coverage
Dim value As Nullable(Of Boolean)
 
instance.Section125 = value
 
value = instance.Section125

Property Value

The section125.
See Also

Reference

Coverage Class
Coverage Members