_CustomXMLPart.Errors Property

Definition

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.

public:
 property Microsoft::Office::Core::CustomXMLValidationErrors ^ Errors { Microsoft::Office::Core::CustomXMLValidationErrors ^ get(); };
public Microsoft.Office.Core.CustomXMLValidationErrors Errors { get; }
member this.Errors : Microsoft.Office.Core.CustomXMLValidationErrors
Public ReadOnly Property Errors As CustomXMLValidationErrors

Property Value

CustomXMLValidationErrors

Applies to