for GdPicture.NET
XTractFlow.API.Exceptions Namespace / PreprocessingException Class / Code Property



In This Topic

    Code Property

    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Code As Integer
    'Usage
     
    
    Dim instance As PreprocessingException
    Dim value As Integer
     
    value = instance.Code
    public int Code {get;}
    public:
    property int Code {
       int get();
    }
    See Also