Applies To: Operations Manager for System Center 2012
Gets or sets the MonitoringProfile object that is assigned to the user role.
Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public MonitoringProfile MonitoringProfile { get; set; }
public:
property MonitoringProfile^ MonitoringProfile {
    MonitoringProfile^ get();
    void set(MonitoringProfile^ value);
}
member MonitoringProfile : MonitoringProfile with get, set
Public Property MonitoringProfile As MonitoringProfile
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringProfile
Returns the MonitoringProfile object that is assigned to the user role.
See Also
MonitoringUserRole Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top