Share via


AgentTaskResult.TaskResults Property

Definition

Monitoring task results.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Runtime::TaskResult ^> ^ TaskResults { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Runtime::TaskResult ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Runtime.TaskResult> TaskResults { get; }
member this.TaskResults : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Runtime.TaskResult>
Public ReadOnly Property TaskResults As IList(Of TaskResult)

Property Value

Returns IList<T>.

Applies to