IppAttributeValue.CreateEnum(Int32) Method
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.
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.