Share via


XmlFormHostItem.Errors property

This member is a wrapper for the Errors property of the XmlForm class.

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Errors As FormErrorCollection
    Get
'Usage
Dim instance As XmlFormHostItem
Dim value As FormErrorCollection

value = instance.Errors
public virtual FormErrorCollection Errors { get; }

Property value

Type: Microsoft.Office.InfoPath.FormErrorCollection
Returns FormErrorCollection.

See also

Reference

XmlFormHostItem class

XmlFormHostItem members

Microsoft.Office.InfoPath namespace