Share via


IppAttributeValueKind Enum

Definition

Defines values that represent attribute names as defined by the Internet Printing Protocol (IPP) specification.

public enum class IppAttributeValueKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class IppAttributeValueKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum IppAttributeValueKind
var value = Windows.Devices.Printers.IppAttributeValueKind.unsupported
Public Enum IppAttributeValueKind
Inheritance
IppAttributeValueKind
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Fields

Boolean 4

Represents the boolean attribute value.

Charset 18

Represents the charset attribute value.

Collection 10

Represents the collection attribute value.

DateTime 7

Represents the dateTime attribute value.

Enum 5

Represents the enum attribute value.

Integer 3

Represents the integer attribute value.

Keyword 15

Represents the keyword attribute value.

MimeMediaType 20

Represents the mimeMediaType attribute value.

NameWithLanguage 12

Represents the nameWithLanguage attribute value.

NameWithoutLanguage 14

Represents the nameWithoutLanguage attribute value.

NaturalLanguage 19

Represents the naturalLanguage attribute value.

NoValue 2

Represents the no-value attribute value.

OctetString 6

Represents the octetString attribute value.

RangeOfInteger 9

Represents the rangeOfInteger attribute value.

Resolution 8

Represents the resolution attribute value.

TextWithLanguage 11

Represents the textWithLanguage attribute value.

TextWithoutLanguage 13

Represents the textWithoutLanguage attribute value.

Unknown 1

Represents the unknown attribute value.

Unsupported 0

Represents the unsupported attribute value.

Uri 16

Represents the uri attribute value.

UriSchema 17

Represents the uriScheme attribute value.

Applies to

See also