MonitoringUserRoleScope.NonCredentialMonitoringTasks Property
Applies To: Operations Manager for System Center 2012
Gets a read-only collection of monitoring tasks (without credentials) for the user role scope.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ICollection<Pair<Guid, bool>> NonCredentialMonitoringTasks { get; }
public:
property ICollection<Pair<Guid, bool>^>^ NonCredentialMonitoringTasks {
ICollection<Pair<Guid, bool>^>^ get();
}
member NonCredentialMonitoringTasks : ICollection<Pair<Guid, bool>> with get
Public ReadOnly Property NonCredentialMonitoringTasks As ICollection(Of Pair(Of Guid, Boolean))
Property Value
Type: System.Collections.Generic.ICollection<Pair<Guid, Boolean>>
Returns a ICollection<T> of monitoring tasks (without credentials) for the user role scope.
See Also
MonitoringUserRoleScope Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top