IppAttributeValue.CreateRangeOfInteger(IppIntegerRange) 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 a rangeOfInteger
attribute with the specified value, as defined by the Internet Printing Protocol (IPP).
public:
static IppAttributeValue ^ CreateRangeOfInteger(IppIntegerRange ^ value);
static IppAttributeValue CreateRangeOfInteger(IppIntegerRange const& value);
public static IppAttributeValue CreateRangeOfInteger(IppIntegerRange value);
function createRangeOfInteger(value)
Public Shared Function CreateRangeOfInteger (value As IppIntegerRange) As IppAttributeValue
Parameters
- value
- IppIntegerRange
The value of the rangeOfInteger
attribute.
Returns
The new IppAttributeValue object.