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