ManagementGroup::IsUserInMonitoringProfile Method (Guid)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Determines whether the user who is calling the method is in the specified profile.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use Security.IsUserInProfile()")] bool IsUserInMonitoringProfile( Guid monitoringProfileId )
Parameters
- monitoringProfileId
-
Type:
System::Guid
The GUID for the profile to check whether the user is in the profile.
Return Value
Type: System::BooleanReturnsBoolean that will givetrueif the user is in the profile; otherwise,false.
Show: