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

    Property Value

    true if success; otherwise, false.
    See Also