DataPA Enterprise Dashboard Controls API Reference
Gets and sets the filename this dataset will be saved to

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string FileName { get; set; }
Visual Basic
Public Property FileName As String
	Get
	Set
Visual C++
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The filename this dataset will be saved to

Return Value

Type: String
The filename this dataset will be saved to

Remarks