 | ConfigurationPostProcessing Property |
Gets or sets the post-processing configuration to be used with the current configuration.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic PostProcessingConfiguration PostProcessing { get; set; }
public:
property PostProcessingConfiguration^ PostProcessing {
PostProcessingConfiguration^ get ();
void set (PostProcessingConfiguration^ value);
}
Property Value
PostProcessingConfiguration
See Also