IppPrintDevice.GetDeviceProperties 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.
Gets a collection of properties associated with an Internet Printing Protocol (IPP) printer device.
public:
virtual ValueSet ^ GetDeviceProperties() = GetDeviceProperties;
/// [Windows.Foundation.Metadata.Experimental]
ValueSet GetDeviceProperties();
[Windows.Foundation.Metadata.Experimental]
public ValueSet GetDeviceProperties();
function getDeviceProperties()
Public Function GetDeviceProperties () As ValueSet
Returns
A ValueSet containing the property names and values from the printer device.
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Remarks
To update the properties for a printer device, call ReplaceDeviceProperties.