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

In This Topic
    Success Property (FlexSheetSaveResponse)
    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