_CustomXMLPart.Errors 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 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