←Select platform

Message Property

Summary

(Read only) Gets the error message.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="message")] 
public string Message { get; } 
  
<DataMemberAttribute("message")> 
Public ReadOnly Property Message As String 
[DataMemberAttribute("message")] 
public: 
property String^ Message { 
   String^ get(); 
} 

Property Value

The error message.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly