Share via


MonitoringProfile.HasSingleMonitoringUserRole Property

 

Applies To: Operations Manager for System Center 2012

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)

Syntax

public bool HasSingleMonitoringUserRole { get; }
public:
property bool HasSingleMonitoringUserRole {
    bool get();
}
member HasSingleMonitoringUserRole : bool with get
Public ReadOnly Property HasSingleMonitoringUserRole As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value Boolean that indicates whether the monitoring profile is used in a shipped user role.

See Also

MonitoringProfile Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace

Return to top