SystemsFileName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the filename this dataset will be saved to
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FileName { get; set; }
Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
function get_FileName();
function set_FileName(value);
Property Value
Type:
StringThe filename this dataset will be saved to
Return Value
Type:
StringThe filename this dataset will be saved to
Remarks See Also