CustomXMLValidationError.ErrorCode Property
Gets a number representing a validation error in a CustomXMLValidationError object. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property ErrorCode As Integer
Get
'Usage
Dim instance As CustomXMLValidationError
Dim value As Integer
value = instance.ErrorCode
int ErrorCode { get; }
Property Value
Type: System.Int32
Integer
See Also
Reference
CustomXMLValidationError Interface