IFsrmReport.Description Property
Retrieves or sets the description of the report.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Description { get; set; }
property String^ Description {
String^ get();
void set(String^ value);
}
abstract Description : string with get, set
Property Description As String
Property Value
Type: System.String
A String that contains the description of the report. The string is limited to 4,000 characters.
Remarks
The description is used in the report.
For an example, see Adding a Report to a Job.
See Also
IFsrmReport Interface
Microsoft.Storage Namespace
Return to top