Spread for ASP.NET 12 Product Documentation
Success Property (PrePaintResult)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrePaintResult Class : Success Property
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

Reference

PrePaintResult Class
PrePaintResult Members