MonitoringProfile.Scope Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As MonitoringProfile
Dim value As MonitoringProfileScopeTypes
value = instance.Scope
Syntax
'Declaration
Public ReadOnly Property Scope As MonitoringProfileScopeTypes
public MonitoringProfileScopeTypes Scope { get; }
public:
property MonitoringProfileScopeTypes Scope {
MonitoringProfileScopeTypes get ();
}
/** @property */
public MonitoringProfileScopeTypes get_Scope ()
public function get Scope () : MonitoringProfileScopeTypes
Property Value
Returns a value from the MonitoringProfileScopeTypes enumeration that is the scope for the monitoring profile.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
MonitoringProfile Class
MonitoringProfile Members
Microsoft.EnterpriseManagement.Monitoring.Security Namespace