MonitoringUserRoleScope.MonitoringClasses Property

Definition

Returns a read only collection of monitoring classes for the user role scope. This applies to the monitoring class part of the scope.

public:
 property System::Collections::Generic::ICollection<Guid> ^ MonitoringClasses { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> MonitoringClasses { get; }
member this.MonitoringClasses : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property MonitoringClasses As ICollection(Of Guid)

Property Value

ICollection<Guid>

Returns a ICollection<T> of GUID values that identify monitoring classes for the user role scope.

Applies to