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, set
Public Property EventLog As PrintServerEventLoggingTypes
Property Value
A value of PrintServerEventLoggingTypes that identifies the type of event logging that is provided by the print server. The default is LogPrintingErrorEvents.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.