ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / HResult Structure / Code Property

In This Topic
    Code Property
    In This Topic
    Gets the HRESULT error code.
    Syntax
    'Declaration
     
    Public ReadOnly Property Code As System.Integer
    public System.int Code {get;}

    Property Value

    The HRESULT error code.
    See Also