public static bool DetailedError {get; set;}
'Declaration
Public Shared Property DetailedError As Boolean
'Usage
Dim value As Boolean
WorkstationMessager.DetailedError = value
value = WorkstationMessager.DetailedError
public: __property static bool get_DetailedError();
public: __property static void set_DetailedError(
bool value
);
public:
static property bool DetailedError {
bool get();
void set ( bool value);
}
Property Value
True to display exceptions in the
Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog. If false, the exceptions message will be displayed in a
System.Windows.Forms.MessageBox only.