Selerix Developer Tools
Waived Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : Waived Property
Gets or sets a value indicating whether this Application is waived.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Waived As Boolean
'Usage
 
Dim instance As Application
Dim value As Boolean
 
instance.Waived = value
 
value = instance.Waived
[XmlAttribute()]
[DefaultValue()]
public virtual bool Waived {get; set;}
public read-write property Waived: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Waived : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_Waived();
public: __property virtual void set_Waived( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool Waived {
   bool get();
   void set (    bool value);
}

Property Value

true if waived; otherwise, false.
See Also

Reference

Application Class
Application Members