AgentTaskResult.AgentTaskInformation Property

Updated: April 16, 2012

Gets the names of targeted agents and the IDs for a batch of completed tasks. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As AgentTaskResult Dim value As AgentTaskInformation value = instance.AgentTaskInformation Public ReadOnly Property AgentTaskInformation As AgentTaskInformationpublic AgentTaskInformation AgentTaskInformation { get; }public: property AgentTaskInformation^ AgentTaskInformation { AgentTaskInformation^ get (); }/** @property */ public AgentTaskInformation get_AgentTaskInformation () public function get AgentTaskInformation () : AgentTaskInformation Property ValueReturns a AgentTaskInformation object that contains information about a batch of completed tasks.

The information allows you to determine the name of the agent affected by a specific task in the batch.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms