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

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

    Property Value

    true if failure; otherwise, false.
    See Also