Gets or sets the name of the application that uses TWAIN.
Syntax
'Declaration
Public Property ApplicationName As String
'Usage
Dim instance As ImGearTWAIN
Dim value As String
instance.ApplicationName = value
value = instance.ApplicationName
public string ApplicationName {get; set;}
public: __property string* get_ApplicationName();
public: __property void set_ApplicationName(
string* value
);
public:
property String^ ApplicationName {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also