ParseContext.Errors Property

Gets the parse warnings in the collection.

Namespace:  Microsoft.Office.BusinessData.Parser
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property Errors As String()
    Get
'Usage
Dim instance As ParseContext
Dim value As String()

value = instance.Errors
public string[] Errors { get; }

Property Value

Type: []
The parse warnings in the collection.

Examples

Code Snippet: Get the FileBackedMetadataCatalog on the Server or Client

See Also

Reference

ParseContext Class

ParseContext Members

Microsoft.Office.BusinessData.Parser Namespace