Selerix Developer Tools
MinimumValueCoverage Property (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : MinimumValueCoverage Property
Gets or sets a value indicating whether [minimum value coverage].
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property MinimumValueCoverage As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
instance.MinimumValueCoverage = value
 
value = instance.MinimumValueCoverage
[DefaultValue()]
public virtual bool MinimumValueCoverage {get; set;}
public read-write property MinimumValueCoverage: Boolean; virtual; 
DefaultValueAttribute()
public function get,set MinimumValueCoverage : boolean
[DefaultValue()]
public: __property virtual bool get_MinimumValueCoverage();
public: __property virtual void set_MinimumValueCoverage( 
   bool value
);
[DefaultValue()]
public:
virtual property bool MinimumValueCoverage {
   bool get();
   void set (    bool value);
}

Property Value

true if [minimum value coverage]; otherwise, false.
See Also

Reference

Product Class
Product Members