ValidationErrorInfo.ErrorType Property

Gets the type of this error.

Namespace:  DocumentFormat.OpenXml.Validation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ErrorType As ValidationErrorType
    Get
    Friend Set
'Usage
Dim instance As ValidationErrorInfo
Dim value As ValidationErrorType

value = instance.ErrorType
public ValidationErrorType ErrorType { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Validation.ValidationErrorType

See Also

Reference

ValidationErrorInfo Class

ValidationErrorInfo Members

DocumentFormat.OpenXml.Validation Namespace