ManagementGroup.IsUserReadonlyOperator 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 a read-only operator.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Security.IsUserReadonlyOperator()")]
public bool IsUserReadonlyOperator()
public:
[ObsoleteAttribute("Please use Security.IsUserReadonlyOperator()")]
bool IsUserReadonlyOperator()
[<ObsoleteAttribute("Please use Security.IsUserReadonlyOperator()")>]
member IsUserReadonlyOperator : unit -> bool
<ObsoleteAttribute("Please use Security.IsUserReadonlyOperator()")>
Public Function IsUserReadonlyOperator As Boolean
Return Value
Type: System.Boolean
ReturnsBooleanthat will givetrueif the user who is calling this method is a read-only operator; otherwise, false.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top