IppAttributeValue.CreateBoolean(Boolean) Method

Definition

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.

Applies to