This documentation is archived and is not being maintained.
WindowsIdentity.IsSystem Property
.NET Framework 1.1
Gets a value indicating whether the user account is identified as a System account by the system.
[Visual Basic] Public Overridable ReadOnly Property IsSystem As Boolean [C#] public virtual bool IsSystem {get;} [C++] public: __property virtual bool get_IsSystem(); [JScript] public function get IsSystem() : Boolean;
Property Value
true if the user account is a System account; otherwise, false.
Requirements
Platforms: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace
Show: