Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.10
|
Leadtools.Services.Twain Namespace > TwainError Class : Code Property |
[DataMemberAttribute("code")] public int Code {get;}
'Declaration <DataMemberAttribute("code")> Public ReadOnly Property Code As Integer
'Usage Dim instance As TwainError Dim value As Integer value = instance.Code
[DataMemberAttribute("code")] public: property int Code { int get(); }