IppAttributeValue.CreateUri(Uri) 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 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
Returns
The new IppAttributeValue object.