IFsrmReportJob.Task Property
Retrieves or sets the name of the report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Task { get; set; }
property String^ Task {
String^ get();
void set(String^ value);
}
abstract Task : string with get, set
Property Task As String
Property Value
Type: System.String
Returns a String containing a unique name. The name is case-insensitive. The string is limited to 230 characters.
Remarks
Typically, the name is the same name that you specify when you call the CreateScheduleTask method to create a scheduled task that runs the report job.
Use the task name when calling the GetReportJobmethod to retrieve a report job.
See Also
IFsrmReportJob Interface
Microsoft.Storage Namespace
Return to top