CreateEngineOptionsTempDataPath Property  | 
 
            Gets or sets the temporary data path.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? TempDataPath { get; set; }Public Property TempDataPath As String
	Get
	Set
public:
property String^ TempDataPath {
	String^ get ();
	void set (String^ value);
}member TempDataPath : string with get, set
Property Value
Type: 
String
            The temporary data path.
            
See Also