IppAttributeValue.CreateOctetStringArray(IIterable<IBuffer>) 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 an array of octetString
attributes with the specified values.
public:
static IppAttributeValue ^ CreateOctetStringArray(IIterable<IBuffer ^> ^ values);
static IppAttributeValue CreateOctetStringArray(IIterable<IBuffer> const& values);
public static IppAttributeValue CreateOctetStringArray(IEnumerable<IBuffer> values);
function createOctetStringArray(values)
Public Shared Function CreateOctetStringArray (values As IEnumerable(Of IBuffer)) As IppAttributeValue
Parameters
- values
The values of the array of octetString
attributes.
Returns
The new IppAttributeValue object.