AgentOperationResult.AgentOperation Property
Applies To: Operations Manager for System Center 2012
Gets the name of the completed task.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public AgentOperation AgentOperation { get; }
public:
property AgentOperation AgentOperation {
AgentOperation get();
}
member AgentOperation : AgentOperation with get
Public ReadOnly Property AgentOperation As AgentOperation
Property Value
Type: Microsoft.EnterpriseManagement.Administration.AgentOperation
Returns a AgentOperation that contains the name of the completed task.
See Also
AgentOperationResult Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top