MonitoringProfile.Scope Property
Applies To: Operations Manager for System Center 2012
Gets the scope for the monitoring profile. The scope is a value from theMonitoringProfileScopeTypes enumeration
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public MonitoringProfileScopeTypes Scope { get; }
public:
property MonitoringProfileScopeTypes Scope {
MonitoringProfileScopeTypes get();
}
member Scope : MonitoringProfileScopeTypes with get
Public ReadOnly Property Scope As MonitoringProfileScopeTypes
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringProfileScopeTypes
Returns a value from the MonitoringProfileScopeTypes enumeration that is the scope for the monitoring profile.
See Also
MonitoringProfile Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top