ApplicationObjectOnlyDataFileFormat Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the object data file format
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ObjectOnlyDataFileFormat { get; set; }
Public Property ObjectOnlyDataFileFormat As String
Get
Set
public:
virtual property String^ ObjectOnlyDataFileFormat {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ObjectOnlyDataFileFormat();
function set_ObjectOnlyDataFileFormat(value);
Property Value
Type:
StringThe object only data file format
Return Value
Type:
StringThe object only data file format
Remarks See Also