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