SessionManagerDataFileFormat Property |
|
DataPA OpenAnalytics 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 public static SessionManagerDataFileFormatEnum DataFileFormat { get; }
Public Shared ReadOnly Property DataFileFormat As SessionManagerDataFileFormatEnum
Get
public:
static property SessionManagerDataFileFormatEnum DataFileFormat {
SessionManagerDataFileFormatEnum get ();
}
DataPAClientConfig.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