Selerix Developer Tools
AllowSection125Change Property (Coverage)






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

Property Value

The section125.
See Also

Reference

Coverage Class
Coverage Members