システムによってユーザー アカウントが Guest アカウントとして識別されているかどうかを示す値を取得します。
Public Overridable ReadOnly Property IsGuest As Boolean
[C#]
public virtual bool IsGuest {get;}
[C++]
public: __property virtual bool get_IsGuest();
[JScript]
public function get IsGuest() : Boolean;
プロパティ値
ユーザー アカウントが Guest アカウントである場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
WindowsIdentity クラス | WindowsIdentity メンバ | System.Security.Principal 名前空間