DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a value that indicates the file format used to store the setup.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public static SessionManager..::..DataFileFormatEnum DataFileFormat { get; } | 
| Visual Basic | 
|---|
Public Shared ReadOnly Property DataFileFormat As SessionManager..::..DataFileFormatEnum
	Get  | 
| Visual C++ | 
|---|
public:
static property SessionManager..::..DataFileFormatEnum DataFileFormat {
	SessionManager..::..DataFileFormatEnum get ();
} | 
Property Value
Type: 
SessionManager..::..DataFileFormatEnumA value that indicates the file format used to store the setup.
Return Value
Type: 
SessionManager..::..DataFileFormatEnumA value that indicates the file format used to store the setup.
Remarks
See Also