IppAttributeValue.CreateUri(Uri) Method

Definition

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

public:
 static IppAttributeValue ^ CreateUri(Uri ^ value);
 static IppAttributeValue CreateUri(Uri const& value);
public static IppAttributeValue CreateUri(System.Uri value);
function createUri(value)
Public Shared Function CreateUri (value As Uri) As IppAttributeValue

Parameters

value
Uri Uri

The value of the uri attribute.

Returns

The new IppAttributeValue object.

Applies to