Web API Core | ComponentOne
C1.Web.Api.Report.Models Namespace / ReportStatus Class / ErrorList Property

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