Share via


AgentOperationResult.Description Property

 

Applies To: Operations Manager for System Center 2012

Gets a description of the completed task.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string Description { get; }
public:
property String^ Description {
    String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String

Property Value

Type: System.String

Returns a String that contains the error code returned by the task.

See Also

AgentOperationResult Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top