ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / OperationResult Class / Error Property

In This Topic
    Error Property (OperationResult)
    In This Topic
    Gets or sets the error message.
    Syntax
    'Declaration
     
    Public Property Error As String
    public string Error {get; set;}
    See Also