Accusoft.ISISXpress7.Net
ErrorLevel Property




This property is deprecated, please use the DebugErrorLevel property instead.

Gets and sets the ErrorLevelInfo enumeration value for the error level of information to write to the DebugLogFile.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<ObsoleteAttribute("This property is deprecated, please use the DebugErrorLevel property instead.")>
Public Property ErrorLevel As ErrorLevelInfo
'Usage
 
Dim instance As IsisXpress
Dim value As ErrorLevelInfo
 
instance.ErrorLevel = value
 
value = instance.ErrorLevel
[Browsable(true)]
[Obsolete("This property is deprecated, please use the DebugErrorLevel property instead.")]
public ErrorLevelInfo ErrorLevel {get; set;}
[Browsable(true)]
[Obsolete("This property is deprecated, please use the DebugErrorLevel property instead.")]
public: __property ErrorLevelInfo get_ErrorLevel();
public: __property void set_ErrorLevel( 
   ErrorLevelInfo value
);
[Browsable(true)]
[Obsolete("This property is deprecated, please use the DebugErrorLevel property instead.")]
public:
property ErrorLevelInfo ErrorLevel {
   ErrorLevelInfo get();
   void set (    ErrorLevelInfo value);
}

Property Value

The ErrorLevelInfo enumeration value set.
Remarks

The default value is Production.

Set this property appropriately to speed up processing when not debugging. When debugging, set this property to Detailed to obtain detailed error information.

See Also

Reference

IsisXpress Class
IsisXpress Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback