Task.Description Property
Gets or sets the description of the Task object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
Public Property Description As String
Property Value
Type: System.String
A string that contains the description of the task.
See Also
Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top