Share via


IFsrmReport.LastGeneratedFileNamePrefix Property

 

Retrieves the report's generated file name for the last time the report was run. The string is used to make the report name unique.

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

Syntax

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

Property Value

Type: System.String

A String that contains the generated file name for the most recent report.

Remarks

The file names are generated to identify the collection of files that were generated for a report job the last time the report job ran.

To determine where the reports are stored, access the LastGeneratedInDirectory property.

See Also

IFsrmReport Interface
Microsoft.Storage Namespace

Return to top