ClientConfigDataFileFormat Property |
|
DataPA OpenAnalytics 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 public SessionManagerDataFileFormatEnum DataFileFormat { get; set; }
Public Property DataFileFormat As SessionManagerDataFileFormatEnum
Get
Set
public:
virtual property SessionManagerDataFileFormatEnum DataFileFormat {
SessionManagerDataFileFormatEnum get () sealed;
void set (SessionManagerDataFileFormatEnum value) sealed;
}
function get_DataFileFormat();
function set_DataFileFormat(value);
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