Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrePaintResult Class / Success Property


In This Topic
    Success Property (PrePaintResult)
    In This Topic
    Gets a value that indicates whether this PrePaintResult is successful.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Success As Boolean
    'Usage
     
    
    Dim instance As PrePaintResult
    Dim value As Boolean
     
    value = instance.Success
    public bool Success {get;}

    Property Value

    true if successful; otherwise, false.
    See Also