SIFWorks ADK 2.0
ReportEvents Property
NamespacesEdustructures.SifWorks.LogDefaultServerLogModuleReportEvents

[This is preliminary documentation and is subject to change.]

Determines if SIF_LogEntry objects are reported to the zone. This method can be called to disable SIF_LogEntry reporting to zones while continuing to allow log messages to be echoed to the local zone log.
Declaration Syntax
C#Visual BasicVisual C++
public bool ReportEvents{ get; set;}
Public Property ReportEvents As Boolean
public:
property bool ReportEvents {
	bool get ();
	void set (bool value);
}
Value
true to report SIF_LogEntry events, false to disable reporting of events

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10