NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsIdentity.IsGuest

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;

Property Value

True if the user account is a Guest account.

See Also

WindowsIdentity Class | WindowsIdentity Members | System.Security.Principal Namespace