Indicates whether the user account is identified as a System account by the system.
[Visual Basic] Overridable Public ReadOnly Property IsSystem As Boolean [C#] public bool IsSystem {virtual get;} [C++] public: __property virtual bool get_IsSystem(); [JScript] public function get IsSystem() : Boolean;
True if the user account is a System account.
WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace