ASP.NET MVC Controls | ComponentOne
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