LocalPrintServerIndexedProperty Enumeration (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
LocalPrintServerIndexedProperty Enumeration

Specifies the properties of a LocalPrintServer object that are initialized when it is constructed.

Namespace:  System.Printing
Assembly:  System.Printing (in System.Printing.dll)
Syntax

Visual Basic
Public Enumeration LocalPrintServerIndexedProperty
C#
public enum LocalPrintServerIndexedProperty
Visual C++
public enum class LocalPrintServerIndexedProperty
F#
type LocalPrintServerIndexedProperty
Members

Member name Description
DefaultPrintQueue The property that specifies the default print queue for the local print server.
EventLog The property that specifies the kind of event logging that is provided by the local print server.
RestartJobOnPoolEnabled The property that specifies whether users can restart jobs when printer pooling is being used.
RestartJobOnPoolTimeout The property that specifies the wait time before jobs can be restarted when printer pooling is being used.
NetPopup The property that specifies whether the client computer or the print server receives notifications that a job is finished.
BeepEnabled The property that specifies whether a printer error causes the local print server to beep.
DefaultSchedulerPriority The property that specifies the default priority for the scheduler.
SchedulerPriority The property that specifies the priority of the scheduler.
DefaultPortThreadPriority The property that specifies the default priority for the thread that manages port I/0.
PortThreadPriority The property that specifies the priority of the thread that manages port I/O.
DefaultSpoolDirectory The property that specifies the path to the folder where spool jobs are located as temporary files.
MinorVersion The property that specifies the minor version of the operating system.
MajorVersion The property that specifies the major version of the operating system.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference