Selerix Developer Tools
ShowErrorMessages Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : ShowErrorMessages Property
Gets or sets a value indicating whether show error messages during application screen calculations.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property ShowErrorMessages As Boolean
'Usage
 
Dim instance As Application
Dim value As Boolean
 
instance.ShowErrorMessages = value
 
value = instance.ShowErrorMessages
[XmlAttribute()]
[DefaultValue()]
public virtual bool ShowErrorMessages {get; set;}
public read-write property ShowErrorMessages: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set ShowErrorMessages : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_ShowErrorMessages();
public: __property virtual void set_ShowErrorMessages( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool ShowErrorMessages {
   bool get();
   void set (    bool value);
}

Property Value

true if [show error messages]; otherwise, false.
See Also

Reference

Application Class
Application Members