ManagementGroup.GetMonitoringClassesAccessibleForAuthoring Method
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.
Caution
Please use Security.GetMonitoringClassesAccessibleForAuthoring()
Retrieves the monitoring classes that are accessible to the user for authoring.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringClass ^> ^ GetMonitoringClassesAccessibleForAuthoring();
[System.Obsolete("Please use Security.GetMonitoringClassesAccessibleForAuthoring()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass> GetMonitoringClassesAccessibleForAuthoring ();
member this.GetMonitoringClassesAccessibleForAuthoring : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringClass>
Public Function GetMonitoringClassesAccessibleForAuthoring () As ReadOnlyCollection(Of MonitoringClass)
Returns
- Attributes