DataPA Enterprise Dashboard Controls API Reference
Gets and sets a session only data location which will override the stdata location for this session only.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public static SessionManager..::..DataFileFormatEnum SessionOnlyDataFileFormat { get; set; } |
Visual Basic |
---|
Public Shared Property SessionOnlyDataFileFormat As SessionManager..::..DataFileFormatEnum
Get
Set |
Visual C++ |
---|
public:
static property SessionManager..::..DataFileFormatEnum SessionOnlyDataFileFormat {
SessionManager..::..DataFileFormatEnum get ();
void set (SessionManager..::..DataFileFormatEnum value);
} |
Property Value
Type:
SessionManager..::..DataFileFormatEnumA session only data location which will override the stdata location for this session only.
Return Value
Type:
SessionManager..::..DataFileFormatEnumA session only data location which will override the stdata location for this session only.
Remarks
See Also