ExportCompletedEventArgsUpdatedExportContentFileInfo Property |
Gets or sets the updated export content file info.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic FileInfo UpdatedExportContentFileInfo { get; set; }Public Property UpdatedExportContentFileInfo As FileInfo
Get
Set
public:
property FileInfo^ UpdatedExportContentFileInfo {
FileInfo^ get ();
void set (FileInfo^ value);
}member UpdatedExportContentFileInfo : FileInfo with get, set
Property Value
Type:
FileInfo
See Also