Accusoft.ISISXpress7.Net
LongValue Property




Gets and sets a long value for the current scanner setting.
Syntax
'Declaration
 
Public Property LongValue As Integer
'Usage
 
Dim instance As Setting
Dim value As Integer
 
instance.LongValue = value
 
value = instance.LongValue
public int LongValue {get; set;}
public: __property int get_LongValue();
public: __property void set_LongValue( 
   int value
);
public:
property int LongValue {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the current scanner setting.
See Also

Reference

Setting Class
Setting Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback