ManagementGroup.IsUserAdvancedOperator Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Determines whether the user who is calling this method is an advanced operator.

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

Syntax

[ObsoleteAttribute("Please use Security.IsUserAdvancedOperator()")]
public bool IsUserAdvancedOperator()
public:
[ObsoleteAttribute("Please use Security.IsUserAdvancedOperator()")]
bool IsUserAdvancedOperator()
[<ObsoleteAttribute("Please use Security.IsUserAdvancedOperator()")>]
member IsUserAdvancedOperator : unit -> bool
<ObsoleteAttribute("Please use Security.IsUserAdvancedOperator()")>
Public Function IsUserAdvancedOperator As Boolean

Return Value

Type: System.Boolean

ReturnsBoolean that givestrue if the user who is calling this method is an advanced operator; otherwise, false.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top