IppSetAttributesResult.AttributeErrors Property
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 the collection of errors for an attribute set operation for a printer or printer job.
public:
property IMapView<Platform::String ^, IppAttributeError ^> ^ AttributeErrors { IMapView<Platform::String ^, IppAttributeError ^> ^ get(); };
IMapView<winrt::hstring, IppAttributeError const&> AttributeErrors();
public IReadOnlyDictionary<string,IppAttributeError> AttributeErrors { get; }
var iMapView = ippSetAttributesResult.attributeErrors;
Public ReadOnly Property AttributeErrors As IReadOnlyDictionary(Of String, IppAttributeError)
Property Value
The collection of errors for an attribute set operation for a printer or printer job.