Instructs this object to reconstruct filled data that overlaps with form data.
Syntax
public bool PerformReconstruction {get; set;}
public: __property bool get_PerformReconstruction();
public: __property void set_PerformReconstruction(
bool value
);
public:
property bool PerformReconstruction {
bool get();
void set ( bool value);
}
'Declaration
Public Property PerformReconstruction As Boolean
'Usage
Dim instance As DropOutProcessor
Dim value As Boolean
instance.PerformReconstruction = value
value = instance.PerformReconstruction
See Also