SavedSearch.GetTargetMonitoringClass Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ManagementGroup.EntityTypes.GetClass
Gets the target class, if there is one, for this Saved Search.
public:
Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^ GetTargetMonitoringClass();
[System.Obsolete("Use ManagementGroup.EntityTypes.GetClass")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringClass GetTargetMonitoringClass ();
member this.GetTargetMonitoringClass : unit -> Microsoft.EnterpriseManagement.Configuration.MonitoringClass
Public Function GetTargetMonitoringClass () As MonitoringClass
Returns
The base MonitoringClass or null otherwise.
- Attributes