IppAttributeValue.CreateEnum(Int32) Method

Definition

Creates an IppAttributeValue object that contains an enum attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

public:
 static IppAttributeValue ^ CreateEnum(int value);
 static IppAttributeValue CreateEnum(int const& value);
public static IppAttributeValue CreateEnum(int value);
function createEnum(value)
Public Shared Function CreateEnum (value As Integer) As IppAttributeValue

Parameters

value
Int32

int

The value of the enum attribute.

Returns

The new IppAttributeValue object.

Applies to