public int[] LookupTable {get; set;}
             
        
            
            'Declaration
 
Public Property LookupTable As Integer()
             
        
            
            'Usage
 
Dim instance As RemapIntensityCommand
Dim value() As Integer
 
instance.LookupTable = value
 
value = instance.LookupTable
             
        
            
            public int[] LookupTable {get; set;}
             
        
            
            
@property (nonatomic, assign) const int* lookUpTable;
             
        
            
            
public int[] getLookupTable()
public void setLookupTable(int[] value)
            
             
        
            
             
get_LookupTable();
set_LookupTable(value);
Object.defineProperty('LookupTable'); 
             
        
            
            public:
property array<int>^ LookupTable {
   array<int>^ get();
   void set (    array<int>^ value);
}
             
        
             
        
            
            
            Property Value
Table of integers that represent lookup values.