Share via


AgentTaskResult.AgentTaskInformation Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As AgentTaskResult
Dim value As AgentTaskInformation

value = instance.AgentTaskInformation

Syntax

'Declaration
Public ReadOnly Property AgentTaskInformation As AgentTaskInformation
public AgentTaskInformation AgentTaskInformation { get; }
public:
property AgentTaskInformation^ AgentTaskInformation {
    AgentTaskInformation^ get ();
}
/** @property */
public AgentTaskInformation get_AgentTaskInformation ()
public function get AgentTaskInformation () : AgentTaskInformation

Property Value

Returns a AgentTaskInformation object that contains information about a batch of completed tasks.

Remarks

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

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AgentTaskResult Class
AgentTaskResult Members
Microsoft.EnterpriseManagement.Administration Namespace