Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the name of the report.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Name { get; set; }
property String^ Name {
String^ get();
void set(String^ value);
}
abstract Name : string with get, set
Property Name As String
Property Value
Type: System.String
A String that contains the name for the report. The name must be unique. The string is limited to 50 characters.
Remarks
If not set, FSRM generates a unique name for you.
The name is used in the report. If email notification is sent, the subject contains the report name.
For an example, see Adding a Report to a Job.
See Also
IFsrmReport Interface
Microsoft.Storage Namespace
Return to top