Share via


MonitoringUserRoleScope.NonCredentialMonitoringTasks Property

Definition

Returns a read only collection of non credential monitoring tasks for the user role scope.

public:
 property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Common::Pair<Guid, bool> ^> ^ NonCredentialMonitoringTasks { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Common::Pair<Guid, bool> ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Common.Pair<Guid,bool>> NonCredentialMonitoringTasks { get; }
member this.NonCredentialMonitoringTasks : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Common.Pair<Guid, bool>>
Public ReadOnly Property NonCredentialMonitoringTasks As ICollection(Of Pair(Of Guid, Boolean))

Property Value

Returns a ICollection<T> of monitoring tasks (without credentials) for the user role scope.

Applies to