ManagementGroup.IsUserReadonlyOperator 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.IsUserReadonlyOperator()
Checks if the calling user is an readonly operator.
public:
bool IsUserReadonlyOperator();
[System.Obsolete("Please use Security.IsUserReadonlyOperator()")]
public bool IsUserReadonlyOperator ();
member this.IsUserReadonlyOperator : unit -> bool
Public Function IsUserReadonlyOperator () As Boolean
Returns
True if user is in an readonly operator user role, false otherwise.
- Attributes