ParseContext.Errors property

Gets the list of errors.

Namespace:  Microsoft.SharePoint.BusinessData.Parser
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 list of errors.

Examples

Code Snippet: Get the FileBackedMetadataCatalog on the Server or Client

See also

Reference

ParseContext class

ParseContext members

Microsoft.SharePoint.BusinessData.Parser namespace