DataPA Enterprise Dashboard Controls API Reference
Gets and sets 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 SessionManager..::..DataFileFormatEnum DataFileFormat { get; set; } |
Visual Basic |
---|
Public Property DataFileFormat As SessionManager..::..DataFileFormatEnum
Get
Set |
Visual C++ |
---|
public:
virtual property SessionManager..::..DataFileFormatEnum DataFileFormat {
SessionManager..::..DataFileFormatEnum get () sealed;
void set (SessionManager..::..DataFileFormatEnum value) sealed;
} |
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