Gets or sets a value indicating whether this field is included when the form is
             submitted.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property NoExport As Boolean
             
        
            
            'Usage
 
Dim instance As Field
Dim value As Boolean
 
instance.NoExport = value
 
value = instance.NoExport
             
        
            
            public bool NoExport {get; set;}
             
        
            
            public: __property bool get_NoExport();
public: __property void set_NoExport( 
   bool value
);
             
        
            
            public:
property bool NoExport {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Whether this field is included when the form is submitted or not.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also