DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the file format used to store the setup.

Namespace: DataPAClientConfig
Assembly: 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..::..DataFileFormatEnum
A value that indicates the file format used to store the setup.

Return Value

Type: SessionManager..::..DataFileFormatEnum
A value that indicates the file format used to store the setup.

Remarks