ExportResultInfoDataFileName Property |
Gets the name of the export file.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "fileName")]
public string FileName { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "fileName")>
Public Property FileName As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"fileName")]
property String^ FileName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "fileName")>]
member FileName : string with get, set
Property Value
Type:
StringSee Also