Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.96 KB

customxmlvalidationerror-members-office.md

File metadata and controls

37 lines (24 loc) · 1.96 KB
title ms.prod ms.assetid ms.date
CustomXMLValidationError Members (Office)
office
b84777a9-ffea-f6e2-022e-aaeabfac49e0
06/08/2017

CustomXMLValidationError Members (Office)

Represents a single validation error in a CustomXMLValidationErrors collection.

Represents a single validation error in a CustomXMLValidationErrors collection.

Methods

Name Description
Delete Deletes the CustomXMLValidationError object representing a data validation error.

Properties

Name Description
Application Gets an Application object that represents the container application for the CustomXMLValidationError object. Read-only.
Creator Gets a 32-bit integer that indicates the application in which the CustomXMLValidationError object was created. Read-only.
ErrorCode Gets a number representing a validation error in a CustomXMLValidationError object. Read-only.
Name Gets the name of an error in a CustomXMLValidationError object. If no errors exist, the property returns Nothing. Read-only.
Node Gets a node in a CustomXMLValidationError object, if any exist. If no nodes exist, the property returns Nothing. Read-only.
Parent Gets the Parent object for the CustomXMLValidationError object. Read-only.
Text Gets the text in the CustomXMLValidationError object. Read-only.
Type Gets the type of error generated from the CustomXMLValidationError object. Read-only.