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

In This Topic
    Success Property (OperationResult)
    In This Topic
    Gets or sets whether the operation is success.
    Syntax
    'Declaration
     
    Public Property Success As Boolean
    public bool Success {get; set;}
    See Also