ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / HResult Structure / Success Property

In This Topic
    Success Property
    In This Topic
    Gets a value indicating whether this HResult is success.
    Syntax
    'Declaration
     
    Public ReadOnly Property Success As System.Boolean
    public System.bool Success {get;}

    Property Value

    true if success; otherwise, false.
    See Also