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