MonitoringUserRoleScope.MonitoringObjects 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 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
Returns a ICollection<T> of GUID values that identify monitoring object groups and/or services for the user role scope.