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


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

    Property Value

    true if successful; otherwise, false.
    See Also