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