Table of Contents

Enum GroupPolicyTcpPrinterProtocol

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the protocol of a Group Policy TCP/IP printer.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyTcpPrinterProtocol

Fields

Lpr = 2

The protocol is LPR.

Tcp = 1

The protocol is TCP/IP (Raw).

Unknown = 0

The protocol is unknown.