SecurityRights.isSystemAdministrator 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.
Checks whether the current user is a system administrator.
public:
virtual bool isSystemAdministrator();
public virtual bool isSystemAdministrator ();
abstract member isSystemAdministrator : unit -> bool
override this.isSystemAdministrator : unit -> bool
Public Overridable Function isSystemAdministrator () As Boolean
Returns
true if the current user is a system administrator; otherwise, false.