ValidationErrorInfo.Id Property
Gets the unique identifier of this error.
Namespace: DocumentFormat.OpenXml.Validation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Id As String
Get
Friend Set
'Usage
Dim instance As ValidationErrorInfo
Dim value As String
value = instance.Id
public string Id { get; internal set; }
Property Value
Type: System.String