DataPA Enterprise Dashboard Controls 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
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:
StringThe filename this dataset will be saved to
Return Value
Type:
StringThe filename this dataset will be saved to
Remarks
See Also