PrintServer.EventLog Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of events that the print server logs.
public:
 property System::Printing::PrintServerEventLoggingTypes EventLog { System::Printing::PrintServerEventLoggingTypes get(); void set(System::Printing::PrintServerEventLoggingTypes value); };public System.Printing.PrintServerEventLoggingTypes EventLog { get; set; }member this.EventLog : System.Printing.PrintServerEventLoggingTypes with get, setPublic Property EventLog As PrintServerEventLoggingTypesProperty Value
A value of PrintServerEventLoggingTypes that identifies the type of event logging that is provided by the print server. The default is LogPrintingErrorEvents.