IppAttributeValue.CreateInteger(Int32) Metodo

Definizione

Crea un oggetto IppAttributeValue che contiene un integer attributo con il valore specificato, come definito dal protocollo IPP (Internet Printing Protocol).

public:
 static IppAttributeValue ^ CreateInteger(int value);
 static IppAttributeValue CreateInteger(int const& value);
public static IppAttributeValue CreateInteger(int value);
function createInteger(value)
Public Shared Function CreateInteger (value As Integer) As IppAttributeValue

Parametri

value
Int32

int

Valore dell'attributo integer.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a