IppAttributeValue.CreateMimeMedia(String) Method

Definition

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

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

Parameters

value
String

Platform::String

winrt::hstring

The value of the mimeMediaType attribute.

Returns

The new IppAttributeValue object.

Applies to