Share via


IFsrmFileManagementJob.LastReportPathWithoutExtension Property

 

Retrieves the local directory path where the reports were stored the last time the job ran.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string LastReportPathWithoutExtension { get; }
property String^ LastReportPathWithoutExtension {
    String^ get();
}
abstract LastReportPathWithoutExtension : string with get
ReadOnly Property LastReportPathWithoutExtension As String

Property Value

Type: System.String

Returns a String containing the local directory path. The string is empty if the job has not been previously run.

Remarks

If the job 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

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top