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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.