SessionManagerSessionOnlyDataFileFormat Property |
|
DataPA OpenAnalytics 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 public static SessionManagerDataFileFormatEnum SessionOnlyDataFileFormat { get; set; }
Public Shared Property SessionOnlyDataFileFormat As SessionManagerDataFileFormatEnum
Get
Set
public:
static property SessionManagerDataFileFormatEnum SessionOnlyDataFileFormat {
SessionManagerDataFileFormatEnum get ();
void set (SessionManagerDataFileFormatEnum value);
}
DataPAClientConfig.SessionManager.get_SessionOnlyDataFileFormat = function();
DataPAClientConfig.SessionManager.set_SessionOnlyDataFileFormat = function(value);
Property Value
Type:
SessionManagerDataFileFormatEnumA session only data location which will override the stdata location for this session only.
Return Value
Type:
SessionManagerDataFileFormatEnumA session only data location which will override the stdata location for this session only.
Remarks See Also