ComponentOne Bitmap for UWP
C1.UWP.DX 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