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