Share via


ParseContext.Errors Property

Gets the parse warnings in the collection.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.

See Also

Reference

ParseContext Class

ParseContext Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace