 | ConfigurationProcessing Property |
Gets or sets the processing configuration to be used with the current configuration.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic ProcessingConfiguration Processing { get; set; }
public:
property ProcessingConfiguration^ Processing {
ProcessingConfiguration^ get ();
void set (ProcessingConfiguration^ value);
}
Property Value
Type:
ProcessingConfiguration
See Also