MonitoringUserRoleScope.MonitoringObjects Property

Definition

Returns a read only collection of monitoring object groups and or services for the user role scope. This applies to the monitoring object part of the scope.

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

Property Value

ICollection<Guid>

Returns a ICollection<T> of GUID values that identify monitoring object groups and/or services for the user role scope.

Applies to