IFsrmReportJob.LastGeneratedInDirectory Property
Retrieves the local directory path where the reports were stored the last time the reports were run.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string LastGeneratedInDirectory { get; }
property String^ LastGeneratedInDirectory {
String^ get();
}
abstract LastGeneratedInDirectory : string with get
ReadOnly Property LastGeneratedInDirectory As String
Property Value
Type: System.String
Returns a String that contains the local directory path. The string is empty if the report job has not been previously run.
Remarks
If the reports failed, this is the path where the reports would have been stored. The directory may contain reports that completed successfully before the failure occurred.
See Also
IFsrmReportJob Interface
Microsoft.Storage Namespace
Return to top