ManagementGroup::IsUserReportOperator Method ()

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Determines whether the user who is calling this method is in a report operator user role.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

public:
[ObsoleteAttribute("Please use Security.IsUserReportOperator()")]
bool IsUserReportOperator()

Return Value

Type: System::Boolean

ReturnsBoolean that will givetrueif the user who is calling this method is in a report operator user role; otherwise, false.

Return to top
Show: