Accusoft.TwainPro9.Net
VersionInfo Property




Gets or sets the Version Information for the application identity.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets the Version Information string for the application identity.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Property VersionInfo As String
'Usage
 
Dim instance As ApplicationIdentity
Dim value As String
 
instance.VersionInfo = value
 
value = instance.VersionInfo
[Description("Gets or sets the Version Information string for the application identity.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[DefaultValue()]
public string VersionInfo {get; set;}
[Description("Gets or sets the Version Information string for the application identity.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[DefaultValue()]
public: __property string* get_VersionInfo();
public: __property void set_VersionInfo( 
   string* value
);
[Description("Gets or sets the Version Information string for the application identity.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[DefaultValue()]
public:
property String^ VersionInfo {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the version information for the application.
Remarks

The default value is an empty string "".

This property is used to identify an application's version. This information is sent to the TWAIN Data Source Manager. The application identity consists of the Manufacturer, ProductFamily, ProductName and VersionInfo properties.

This property should be set prior to invoking the TwainDevice.OpenSession or TwainDevice.StartSession methods.

See Also

Reference

ApplicationIdentity Class
ApplicationIdentity Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback