| 
            
              ProcessLauncherSupportsTemporalProcessing Property
             | 
          
        
        
            Gets the flag indicating if this adapter supports temporal processing.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.257-beta
Syntax<ConnectionStringParameterAttribute>
<DefaultValueAttribute(false)>
Public Overrides ReadOnly Property SupportsTemporalProcessing As Boolean
	Get
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
virtual property bool SupportsTemporalProcessing {
	bool get () override;
}function get_SupportsTemporalProcessing();
 View SourceProperty Value
BooleanImplements
IAdapterSupportsTemporalProcessing
See Also