ExceptionHandlingConfigurationWriteSummaryFile Property |
Gets or sets a value indicating whether a summary file should be written when an
unhandled exception occurs.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool WriteSummaryFile { get; set; }
Public Property WriteSummaryFile As Boolean
Get
Set
public:
property bool WriteSummaryFile {
bool get ();
void set (bool value);
}
member WriteSummaryFile : bool with get, set
Property Value
Type:
Boolean
true if write summary file, false if not.
See Also