IppAttributeValue.CreateNaturalLanguage(String) Method

Definition

Creates an IppAttributeValue object that contains a naturalLanguage attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

public:
 static IppAttributeValue ^ CreateNaturalLanguage(Platform::String ^ value);
 static IppAttributeValue CreateNaturalLanguage(winrt::hstring const& value);
public static IppAttributeValue CreateNaturalLanguage(string value);
function createNaturalLanguage(value)
Public Shared Function CreateNaturalLanguage (value As String) As IppAttributeValue

Parameters

value
String

Platform::String

winrt::hstring

The value of the naturalLanguage attribute.

Returns

The new IppAttributeValue object.

Applies to