IppAttributeValue.CreateInteger(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 integer
attribute with the specified value, as defined by the Internet Printing Protocol (IPP).
public:
static IppAttributeValue ^ CreateInteger(int value);
static IppAttributeValue CreateInteger(int const& value);
public static IppAttributeValue CreateInteger(int value);
function createInteger(value)
Public Shared Function CreateInteger (value As Integer) As IppAttributeValue
Parameters
- value
-
Int32
int
The value of the integer
attribute.
Returns
The new IppAttributeValue object.