FavoriteTask.MonitoringTask Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets or sets the task that is contained in the favorite task.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("This property is obsolete. Please use Task instead")]
public MonitoringTask MonitoringTask { get; set; }
public:
[ObsoleteAttribute("This property is obsolete. Please use Task instead")]
property MonitoringTask^ MonitoringTask {
MonitoringTask^ get();
void set(MonitoringTask^ value);
}
[<ObsoleteAttribute("This property is obsolete. Please use Task instead")>]
member MonitoringTask : MonitoringTask with get, set
<ObsoleteAttribute("This property is obsolete. Please use Task instead")>
Public Property MonitoringTask As MonitoringTask
Property Value
Type: Microsoft.EnterpriseManagement.Runtime.MonitoringTask
Returns a MonitoringTask object that is the task that is contained in the favorite task.
See Also
FavoriteTask Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top