SessionManagerDataFileFormat Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the file format used to store the setup.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static SessionManagerDataFileFormatEnum DataFileFormat { get; }
Public Shared ReadOnly Property DataFileFormat As SessionManagerDataFileFormatEnum
Get
public:
static property SessionManagerDataFileFormatEnum DataFileFormat {
SessionManagerDataFileFormatEnum get ();
}
DataPA.Utils.QueryEngine.SessionManager.get_DataFileFormat = function();
Property Value
Type:
SessionManagerDataFileFormatEnumA value that indicates the file format used to store the setup.
Return Value
Type:
SessionManagerDataFileFormatEnumA value that indicates the file format used to store the setup.
Remarks See Also