Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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