MonitoringUserRoleScope.MonitoringClasses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a ICollection<T> of GUID values that identify monitoring classes for the user role scope.