Gets or sets value that indicating whether a record in System EventLog should be created if an exception is occurred.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public bool WriteToSystemEventLog { get; set; }
Visual Basic (Declaration)
Public Property WriteToSystemEventLog As Boolean

Field Value

Type: System..::.Boolean
true if record should be created in System EventLog, when the exception was occurred; otherwise false. Default value is false.

Remarks

This property is a reflection of EAUpload configuration parameter (<EasyAlgo.EAUpload>/<Exceptions ... WriteToSystemEventLog="" ... >).

Note:If you want to change this property at the runtime, you can define its at the Initializing stage or at the Uploading stage of an upload (see EasyAlgo.EAUpload..::.UploadState for more information). Also if you have change this property for the whole of EAUpload component (EAUploadModule..::.CommonEnvironment property), then new value will take effect for the all processing and new uploads.

See Also