ManagementGroup.IsUserOperator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Please use Security.IsUserOperator()
Checks if the calling user is an operator.
public:
bool IsUserOperator();
[System.Obsolete("Please use Security.IsUserOperator()")]
public bool IsUserOperator ();
member this.IsUserOperator : unit -> bool
Public Function IsUserOperator () As Boolean
Returns
True if user is in an operator user role, false otherwise.
- Attributes