_CustomXMLPart.Errors Property
Gets a CustomXMLValidationErrors object that provides access to any XML validation errors, if any exists. If no validation errors exist, this property returns Nothing. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Errors As CustomXMLValidationErrors
Get
'Usage
Dim instance As _CustomXMLPart
Dim value As CustomXMLValidationErrors
value = instance.Errors
CustomXMLValidationErrors Errors { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLValidationErrors
CustomXMLValidationErrors