Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / DocumentStatus Class / ErrorList Property

In This Topic
    ErrorList Property (DocumentStatus)
    In This Topic
    Gets the collection of error message string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorList As String()
    public string[] ErrorList {get;}
    See Also