Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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