MonitoringProfile.HasSingleMonitoringUserRole Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a Boolean value that indicates whether the monitoring profile is used in a shipped user role.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As MonitoringProfile
Dim value As Boolean
value = instance.HasSingleMonitoringUserRole
Syntax
'Declaration
Public ReadOnly Property HasSingleMonitoringUserRole As Boolean
public bool HasSingleMonitoringUserRole { get; }
public:
property bool HasSingleMonitoringUserRole {
bool get ();
}
/** @property */
public boolean get_HasSingleMonitoringUserRole ()
public function get HasSingleMonitoringUserRole () : boolean
Property Value
Returns a Boolean value Boolean that indicates whether the monitoring profile is used in a shipped user role.
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