ComponentOne Bitmap for WPF
C1.WPF.DX.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 Boolean
    public bool Failure {get;}

    Property Value

    true if failure; otherwise, false.
    See Also