IppAttributeValue.CreateNoValue 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 represents a no-value
attribute, as defined by the Internet Printing Protocol (IPP).
public:
static IppAttributeValue ^ CreateNoValue();
static IppAttributeValue CreateNoValue();
public static IppAttributeValue CreateNoValue();
function createNoValue()
Public Shared Function CreateNoValue () As IppAttributeValue
Returns
The new IppAttributeValue object.