Selerix Developer Tools
CoverageTierChangeOnly Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : CoverageTierChangeOnly Property
Gets or sets a value indicating whether only coverage tier change only allowed.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property CoverageTierChangeOnly As Boolean
'Usage
 
Dim instance As Application
Dim value As Boolean
 
instance.CoverageTierChangeOnly = value
 
value = instance.CoverageTierChangeOnly
[XmlAttribute()]
[DefaultValue()]
public virtual bool CoverageTierChangeOnly {get; set;}
public read-write property CoverageTierChangeOnly: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set CoverageTierChangeOnly : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_CoverageTierChangeOnly();
public: __property virtual void set_CoverageTierChangeOnly( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool CoverageTierChangeOnly {
   bool get();
   void set (    bool value);
}

Property Value

true if [coverage tier change only]; otherwise, false.
See Also

Reference

Application Class
Application Members