MonitoringProfile.MonitoringOperations 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.
Operations assigned to the profile.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringOperation ^> ^ MonitoringOperations { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringOperation ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringOperation> MonitoringOperations { get; }
member this.MonitoringOperations : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringOperation>
Public ReadOnly Property MonitoringOperations As ReadOnlyCollection(Of MonitoringOperation)
Property Value
Returns a ReadOnlyCollection<T> ofMonitoringOperation objects in the monitoring profile.